Shades of Orchid #CA6EC9
Tints of Orchid #CA6EC9
RGB
CMYK
RGB Variations
Color information
#CA6EC9 (or 0xCA6EC9) is known color: Orchid. HEX triplet: CA, 6E and C9. RGB value is (202,110,201). Sum of RGB (Red+Green+Blue) = 202+110+201=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6EC9 is #359136. Grayscale: #939393. Windows color (decimal): -3510583 or 13201098. OLE color: 13201098.
HSL color Cylindrical-coordinate representation of color #CA6EC9: hue angle of 300.65º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA6EC9 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 110 | 201 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.21 |
| HSL | 300.65º | 0.46% | 0.61% | - |
| HSV(B) | 300.65º | 0.46% | 0.79% | - |
| XYZ | 40.48 | 27.93 | 58.52 | - |
| YUV | 147.88 | 157.98 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 110 | 201 | 0 | 0.46 | 0.00 | 0.21 | 300.65 | 0.46 | 0.61 |
| Hex | CA | 6E | C9 | 0 | 2E | 0 | 15 | 12D | 2E | 3D |
| Octal | 312 | 156 | 311 | 0 | 56 | 0 | 25 | 455 | 56 | 75 |
| Binary | 11001010 | 1101110 | 11001001 | 0 | 101110 | 0 | 10101 | 100101101 | 101110 | 111101 |
Color Harmonies of #CA6EC9
Complementary color
Monochromatic Colors of #CA6EC9
Black with #CA6EC9
Text Example
Text Example
White with #CA6EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6EC9; }
p { color: rgb(202,110,201); }
H1.HeaderClassName
{
color: #CA6EC9;
}
.AnyTagClassName
{
color: #CA6EC9;
}
</style>
background-color css
<style>
a { background-color: #CA6EC9; }
a { background-color: rgb(202,110,201); }
div.DivClassName
{
background-color: #CA6EC9;
}
.BgClassName
{
background-color: #CA6EC9;
}
</style>
border-color css
<style>
span { border-color: #CA6EC9; }
span { border-color: rgb(202,110,201); }
td.TdClassName
{
border-color: #CA6EC9;
}
.TagClassName
{
border-color: #CA6EC9;
}
</style>