Shades of Orchid #CA79E4
Tints of Orchid #CA79E4
RGB
CMYK
RGB Variations
Color information
#CA79E4 (or 0xCA79E4) is known color: Orchid. HEX triplet: CA, 79 and E4. RGB value is (202,121,228). Sum of RGB (Red+Green+Blue) = 202+121+228=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 228 (89.45% from 255 or 41.38% from 551); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA79E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79E4 is #35861B. Grayscale: #9D9D9D. Windows color (decimal): -3507740 or 14973386. OLE color: 14973386.
HSL color Cylindrical-coordinate representation of color #CA79E4: hue angle of 285.42º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA79E4 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 121 | 228 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.11 |
| HSL | 285.42º | 0.66% | 0.68% | - |
| HSV(B) | 285.42º | 0.47% | 0.89% | - |
| XYZ | 45.2 | 31.83 | 77.16 | - |
| YUV | 157.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 228 | 0.11 | 0.47 | 0 | 0.11 | 285.42 | 0.66 | 0.68 |
| Hex | CA | 79 | E4 | B | 2F | 0 | B | 11D | 42 | 44 |
| Octal | 312 | 171 | 344 | 13 | 57 | 0 | 13 | 435 | 102 | 104 |
| Binary | 11001010 | 1111001 | 11100100 | 1011 | 101111 | 0 | 1011 | 100011101 | 1000010 | 1000100 |
Color Harmonies of #CA79E4
Complementary color
Monochromatic Colors of #CA79E4
Black with #CA79E4
Text Example
Text Example
White with #CA79E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA79E4; }
p { color: rgb(202,121,228); }
H1.HeaderClassName
{
color: #CA79E4;
}
.AnyTagClassName
{
color: #CA79E4;
}
</style>
background-color css
<style>
a { background-color: #CA79E4; }
a { background-color: rgb(202,121,228); }
div.DivClassName
{
background-color: #CA79E4;
}
.BgClassName
{
background-color: #CA79E4;
}
</style>
border-color css
<style>
span { border-color: #CA79E4; }
span { border-color: rgb(202,121,228); }
td.TdClassName
{
border-color: #CA79E4;
}
.TagClassName
{
border-color: #CA79E4;
}
</style>