Shades of Orchid #CA6EDE
Tints of Orchid #CA6EDE
RGB
CMYK
RGB Variations
Color information
#CA6EDE (or 0xCA6EDE) is known color: Orchid. HEX triplet: CA, 6E and DE. RGB value is (202,110,222). Sum of RGB (Red+Green+Blue) = 202+110+222=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EDE is #359121. Grayscale: #959595. Windows color (decimal): -3510562 or 14577354. OLE color: 14577354.
HSL color Cylindrical-coordinate representation of color #CA6EDE: hue angle of 289.29º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6EDE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 110 | 222 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.13 |
| HSL | 289.29º | 0.63% | 0.65% | - |
| HSV(B) | 289.29º | 0.5% | 0.87% | - |
| XYZ | 43.12 | 28.98 | 72.43 | - |
| YUV | 150.28 | 168.48 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 222 | 0.09 | 0.50 | 0 | 0.13 | 289.29 | 0.63 | 0.65 |
| Hex | CA | 6E | DE | 9 | 32 | 0 | D | 121 | 3F | 41 |
| Octal | 312 | 156 | 336 | 11 | 62 | 0 | 15 | 441 | 77 | 101 |
| Binary | 11001010 | 1101110 | 11011110 | 1001 | 110010 | 0 | 1101 | 100100001 | 111111 | 1000001 |
Color Harmonies of #CA6EDE
Complementary color
Monochromatic Colors of #CA6EDE
Black with #CA6EDE
Text Example
Text Example
White with #CA6EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EDE; }
p { color: rgb(202,110,222); }
H1.HeaderClassName
{
color: #CA6EDE;
}
.AnyTagClassName
{
color: #CA6EDE;
}
</style>
background-color css
<style>
a { background-color: #CA6EDE; }
a { background-color: rgb(202,110,222); }
div.DivClassName
{
background-color: #CA6EDE;
}
.BgClassName
{
background-color: #CA6EDE;
}
</style>
border-color css
<style>
span { border-color: #CA6EDE; }
span { border-color: rgb(202,110,222); }
td.TdClassName
{
border-color: #CA6EDE;
}
.TagClassName
{
border-color: #CA6EDE;
}
</style>