Shades of Orchid #CA79E2
Tints of Orchid #CA79E2
RGB
CMYK
RGB Variations
Color information
#CA79E2 (or 0xCA79E2) is known color: Orchid. HEX triplet: CA, 79 and E2. RGB value is (202,121,226). Sum of RGB (Red+Green+Blue) = 202+121+226=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA79E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79E2 is #35861D. Grayscale: #9C9C9C. Windows color (decimal): -3507742 or 14842314. OLE color: 14842314.
HSL color Cylindrical-coordinate representation of color #CA79E2: hue angle of 286.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA79E2 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 121 | 226 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.11 |
| HSL | 286.29º | 0.64% | 0.68% | - |
| HSV(B) | 286.29º | 0.46% | 0.89% | - |
| XYZ | 44.92 | 31.72 | 75.71 | - |
| YUV | 157.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 226 | 0.11 | 0.46 | 0 | 0.11 | 286.29 | 0.64 | 0.68 |
| Hex | CA | 79 | E2 | B | 2E | 0 | B | 11E | 40 | 44 |
| Octal | 312 | 171 | 342 | 13 | 56 | 0 | 13 | 436 | 100 | 104 |
| Binary | 11001010 | 1111001 | 11100010 | 1011 | 101110 | 0 | 1011 | 100011110 | 1000000 | 1000100 |
Color Harmonies of #CA79E2
Complementary color
Monochromatic Colors of #CA79E2
Black with #CA79E2
Text Example
Text Example
White with #CA79E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA79E2; }
p { color: rgb(202,121,226); }
H1.HeaderClassName
{
color: #CA79E2;
}
.AnyTagClassName
{
color: #CA79E2;
}
</style>
background-color css
<style>
a { background-color: #CA79E2; }
a { background-color: rgb(202,121,226); }
div.DivClassName
{
background-color: #CA79E2;
}
.BgClassName
{
background-color: #CA79E2;
}
</style>
border-color css
<style>
span { border-color: #CA79E2; }
span { border-color: rgb(202,121,226); }
td.TdClassName
{
border-color: #CA79E2;
}
.TagClassName
{
border-color: #CA79E2;
}
</style>