Shades of Orchid #CA7CDE
Tints of Orchid #CA7CDE
RGB
CMYK
RGB Variations
Color information
#CA7CDE (or 0xCA7CDE) is known color: Orchid. HEX triplet: CA, 7C and DE. RGB value is (202,124,222). Sum of RGB (Red+Green+Blue) = 202+124+222=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CDE is #358321. Grayscale: #9E9E9E. Windows color (decimal): -3506978 or 14580938. OLE color: 14580938.
HSL color Cylindrical-coordinate representation of color #CA7CDE: hue angle of 287.76º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7CDE is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 124 | 222 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.13 |
| HSL | 287.76º | 0.6% | 0.68% | - |
| HSV(B) | 287.76º | 0.44% | 0.87% | - |
| XYZ | 44.75 | 32.25 | 72.97 | - |
| YUV | 158.49 | 163.84 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 222 | 0.09 | 0.44 | 0 | 0.13 | 287.76 | 0.6 | 0.68 |
| Hex | CA | 7C | DE | 9 | 2C | 0 | D | 120 | 3C | 44 |
| Octal | 312 | 174 | 336 | 11 | 54 | 0 | 15 | 440 | 74 | 104 |
| Binary | 11001010 | 1111100 | 11011110 | 1001 | 101100 | 0 | 1101 | 100100000 | 111100 | 1000100 |
Color Harmonies of #CA7CDE
Complementary color
Monochromatic Colors of #CA7CDE
Black with #CA7CDE
Text Example
Text Example
White with #CA7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CDE; }
p { color: rgb(202,124,222); }
H1.HeaderClassName
{
color: #CA7CDE;
}
.AnyTagClassName
{
color: #CA7CDE;
}
</style>
background-color css
<style>
a { background-color: #CA7CDE; }
a { background-color: rgb(202,124,222); }
div.DivClassName
{
background-color: #CA7CDE;
}
.BgClassName
{
background-color: #CA7CDE;
}
</style>
border-color css
<style>
span { border-color: #CA7CDE; }
span { border-color: rgb(202,124,222); }
td.TdClassName
{
border-color: #CA7CDE;
}
.TagClassName
{
border-color: #CA7CDE;
}
</style>