Shades of Orchid #CA79DE
Tints of Orchid #CA79DE
RGB
CMYK
RGB Variations
Color information
#CA79DE (or 0xCA79DE) is known color: Orchid. HEX triplet: CA, 79 and DE. RGB value is (202,121,222). Sum of RGB (Red+Green+Blue) = 202+121+222=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA79DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA79DE is #358621. Grayscale: #9C9C9C. Windows color (decimal): -3507746 or 14580170. OLE color: 14580170.
HSL color Cylindrical-coordinate representation of color #CA79DE: hue angle of 288.12º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA79DE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 121 | 222 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.13 |
| HSL | 288.12º | 0.6% | 0.67% | - |
| HSV(B) | 288.12º | 0.45% | 0.87% | - |
| XYZ | 44.38 | 31.51 | 72.85 | - |
| YUV | 156.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 121 | 222 | 0.09 | 0.45 | 0 | 0.13 | 288.12 | 0.6 | 0.67 |
| Hex | CA | 79 | DE | 9 | 2D | 0 | D | 120 | 3C | 43 |
| Octal | 312 | 171 | 336 | 11 | 55 | 0 | 15 | 440 | 74 | 103 |
| Binary | 11001010 | 1111001 | 11011110 | 1001 | 101101 | 0 | 1101 | 100100000 | 111100 | 1000011 |
Color Harmonies of #CA79DE
Complementary color
Monochromatic Colors of #CA79DE
Black with #CA79DE
Text Example
Text Example
White with #CA79DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA79DE; }
p { color: rgb(202,121,222); }
H1.HeaderClassName
{
color: #CA79DE;
}
.AnyTagClassName
{
color: #CA79DE;
}
</style>
background-color css
<style>
a { background-color: #CA79DE; }
a { background-color: rgb(202,121,222); }
div.DivClassName
{
background-color: #CA79DE;
}
.BgClassName
{
background-color: #CA79DE;
}
</style>
border-color css
<style>
span { border-color: #CA79DE; }
span { border-color: rgb(202,121,222); }
td.TdClassName
{
border-color: #CA79DE;
}
.TagClassName
{
border-color: #CA79DE;
}
</style>