Shades of Orchid #CA6DC9
Tints of Orchid #CA6DC9
RGB
CMYK
RGB Variations
Color information
#CA6DC9 (or 0xCA6DC9) is known color: Orchid. HEX triplet: CA, 6D and C9. RGB value is (202,109,201). Sum of RGB (Red+Green+Blue) = 202+109+201=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DC9 is #359236. Grayscale: #939393. Windows color (decimal): -3510839 or 13200842. OLE color: 13200842.
HSL color Cylindrical-coordinate representation of color #CA6DC9: hue angle of 300.65º degrees, saturation: 0.47, 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 #CA6DC9 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 109 | 201 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.21 |
| HSL | 300.65º | 0.47% | 0.61% | - |
| HSV(B) | 300.65º | 0.46% | 0.79% | - |
| XYZ | 40.37 | 27.71 | 58.48 | - |
| YUV | 147.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 201 | 0 | 0.46 | 0.00 | 0.21 | 300.65 | 0.47 | 0.61 |
| Hex | CA | 6D | C9 | 0 | 2E | 0 | 15 | 12D | 2F | 3D |
| Octal | 312 | 155 | 311 | 0 | 56 | 0 | 25 | 455 | 57 | 75 |
| Binary | 11001010 | 1101101 | 11001001 | 0 | 101110 | 0 | 10101 | 100101101 | 101111 | 111101 |
Color Harmonies of #CA6DC9
Complementary color
Monochromatic Colors of #CA6DC9
Black with #CA6DC9
Text Example
Text Example
White with #CA6DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DC9; }
p { color: rgb(202,109,201); }
H1.HeaderClassName
{
color: #CA6DC9;
}
.AnyTagClassName
{
color: #CA6DC9;
}
</style>
background-color css
<style>
a { background-color: #CA6DC9; }
a { background-color: rgb(202,109,201); }
div.DivClassName
{
background-color: #CA6DC9;
}
.BgClassName
{
background-color: #CA6DC9;
}
</style>
border-color css
<style>
span { border-color: #CA6DC9; }
span { border-color: rgb(202,109,201); }
td.TdClassName
{
border-color: #CA6DC9;
}
.TagClassName
{
border-color: #CA6DC9;
}
</style>