Shades of Orchid #CA6EDD
Tints of Orchid #CA6EDD
RGB
CMYK
RGB Variations
Color information
#CA6EDD (or 0xCA6EDD) is known color: Orchid. HEX triplet: CA, 6E and DD. RGB value is (202,110,221). Sum of RGB (Red+Green+Blue) = 202+110+221=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EDD is #359122. Grayscale: #959595. Windows color (decimal): -3510563 or 14511818. OLE color: 14511818.
HSL color Cylindrical-coordinate representation of color #CA6EDD: hue angle of 289.73º degrees, saturation: 0.62, 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 #CA6EDD is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 110 | 221 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.13 |
| HSL | 289.73º | 0.62% | 0.65% | - |
| HSV(B) | 289.73º | 0.5% | 0.87% | - |
| XYZ | 42.98 | 28.93 | 71.72 | - |
| YUV | 150.16 | 167.98 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 221 | 0.09 | 0.50 | 0 | 0.13 | 289.73 | 0.62 | 0.65 |
| Hex | CA | 6E | DD | 9 | 32 | 0 | D | 122 | 3E | 41 |
| Octal | 312 | 156 | 335 | 11 | 62 | 0 | 15 | 442 | 76 | 101 |
| Binary | 11001010 | 1101110 | 11011101 | 1001 | 110010 | 0 | 1101 | 100100010 | 111110 | 1000001 |
Color Harmonies of #CA6EDD
Complementary color
Monochromatic Colors of #CA6EDD
Black with #CA6EDD
Text Example
Text Example
White with #CA6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EDD; }
p { color: rgb(202,110,221); }
H1.HeaderClassName
{
color: #CA6EDD;
}
.AnyTagClassName
{
color: #CA6EDD;
}
</style>
background-color css
<style>
a { background-color: #CA6EDD; }
a { background-color: rgb(202,110,221); }
div.DivClassName
{
background-color: #CA6EDD;
}
.BgClassName
{
background-color: #CA6EDD;
}
</style>
border-color css
<style>
span { border-color: #CA6EDD; }
span { border-color: rgb(202,110,221); }
td.TdClassName
{
border-color: #CA6EDD;
}
.TagClassName
{
border-color: #CA6EDD;
}
</style>