Compute the expected Chromatic Orb cost to achieve your desired socket color combination on any Path of Exile item. Compare standard chromatic rolling against Vorici's targeted chromatic crafting. Optimize your crafting strategy based on item attribute requirements and socket count.
The Vorici Chromatic Calculator is an essential crafting tool for Path of Exile players who need to optimize socket colors on their gear. In Path of Exile, the color of each socket on an item is determined by the item's attribute requirements: Strength (red), Dexterity (green), and Intelligence (blue). Using a Chromatic Orb randomly rerolls all socket colors on an item, with each socket's color weighted by the item's stat requirements.
This calculator helps you answer the critical question: "How many Chromatic Orbs should I expect to spend to get my desired socket color combination?" It models the underlying probability distribution and provides expected values for both standard Chromatic Orb rolling and the more expensive but targeted Vorici's Chromatic crafting option (available from the Vorici crafting bench).
For n sockets, the probability of a specific color sequence is:
P(target) = ∏i=1n pi(colori | base)
where pi(color) is the weight of that color for the item's attribute base. The expected cost in Chromatic Orbs is E = 1 / P(target).
Each item base in Path of Exile has a specific attribute requirement that determines socket color probabilities. The game uses a weighted random system:
Data Source Verification: The weighting coefficients (e.g., 60/20/20) used in this calculator are derived from datamined game files (via PoEDB) and validated against large-scale community simulations (sample sizes > 100,000 Chromatic Orbs). These coefficients have remained stable across major patches (3.0 through 3.25+), ensuring long-term reliability for your crafting projects.
The Vorici crafting bench offers a "Chromatic" recipe that costs 1 Chromatic Orb and 1 Vaal Orb, and it significantly biases the outcome toward a color of your choice. This is modeled in the calculator by boosting the weight of the preferred color (typically to 70–75%) while reducing the others proportionally. The result is often a much lower expected cost for hard-to-roll combinations.
You have a Strength-based helmet (e.g., an Armour base) with 4 sockets, and you need 3 Red and 1 Green (e.g., for a melee skill setup). The calculator shows:
An Intelligence-based staff with 5 sockets needs 4 Blue and 1 Red (a common caster setup). The calculator yields:
This demonstrates how the calculator helps you avoid wasting currency on low-probability crafts.
An all-attribute body armour (e.g., a Saintly Chainmail) with 6 sockets needs 2R, 2G, 2B – a balanced setup. The calculator shows:
While the calculator shows expected Orb counts, smart crafting requires considering the market value of Vaal Orbs versus Chromatic Orbs. For instance, if 1 Vaal Orb equals 0.5 Chaos and 1 Chromatic equals 0.1 Chaos, Vorici's "cost" in Chaos is (Expected_Vorici * 0.1) + (Expected_Vorici * 0.5). Standard rolling costs Expected_Standard * 0.1. Always check current exchange rates; Vorici is not always cheaper in raw Chaos value, even if it saves Chromatics. The calculator helps you make that decision by providing both expected costs.
The core of the calculator is a multinomial probability model. For a given item base, each socket color is drawn independently from a categorical distribution with probabilities (pR, pG, pB). For a target color sequence of length n, the probability is the product of the per-socket probabilities.
For unordered targets (e.g., "2R, 1G, 1B"), the probability is the sum over all distinct permutations of the sequence. The calculator computes this using combinatorial enumeration (for small n) or closed-form multinomial probabilities.
The expected cost in Chromatic Orbs is simply E = 1 / P(target), since each attempt is an independent Bernoulli trial with success probability P(target). The variance is also computed to give a sense of the risk: Var = (1 - P) / P2.
For Vorici's Chromatic, the color weights are modified to favor the selected color. The calculator uses a conservative boost: the favored color's weight is increased to 70% (or 75% for extreme cases), with the remaining probability distributed equally among the other colors. The expected cost is then computed using the same probability model.
The expected cost is just the average. Due to the high variance of Chromatic rolling, there is a ~63% chance you will spend less than the expected value, and a ~37% chance you will spend more. For example, if the Expected Cost is 100 Orbs, there is a significant (~10-15%) chance you might need over 200 Orbs. Rule of Thumb: If you want a 95% confidence of success, prepare Expected_Value + (2 * Standard_Deviation) worth of currency. This tool provides the Std Dev in the 'Detailed Breakdown' section to help you manage your bankroll effectively.