Shades of Orchid #CA6DCC
Tints of Orchid #CA6DCC
RGB
CMYK
RGB Variations
Color information
#CA6DCC (or 0xCA6DCC) is known color: Orchid. HEX triplet: CA, 6D and CC. RGB value is (202,109,204). Sum of RGB (Red+Green+Blue) = 202+109+204=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA6DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6DCC is #359233. Grayscale: #939393. Windows color (decimal): -3510836 or 13397450. OLE color: 13397450.
HSL color Cylindrical-coordinate representation of color #CA6DCC: hue angle of 298.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA6DCC is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 109 | 204 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.2 |
| HSL | 298.74º | 0.48% | 0.61% | - |
| HSV(B) | 298.74º | 0.47% | 0.8% | - |
| XYZ | 40.72 | 27.85 | 60.36 | - |
| YUV | 147.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 109 | 204 | 0.01 | 0.47 | 0 | 0.2 | 298.74 | 0.48 | 0.61 |
| Hex | CA | 6D | CC | 1 | 2F | 0 | 14 | 12B | 30 | 3D |
| Octal | 312 | 155 | 314 | 1 | 57 | 0 | 24 | 453 | 60 | 75 |
| Binary | 11001010 | 1101101 | 11001100 | 1 | 101111 | 0 | 10100 | 100101011 | 110000 | 111101 |
Color Harmonies of #CA6DCC
Complementary color
Monochromatic Colors of #CA6DCC
Black with #CA6DCC
Text Example
Text Example
White with #CA6DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6DCC; }
p { color: rgb(202,109,204); }
H1.HeaderClassName
{
color: #CA6DCC;
}
.AnyTagClassName
{
color: #CA6DCC;
}
</style>
background-color css
<style>
a { background-color: #CA6DCC; }
a { background-color: rgb(202,109,204); }
div.DivClassName
{
background-color: #CA6DCC;
}
.BgClassName
{
background-color: #CA6DCC;
}
</style>
border-color css
<style>
span { border-color: #CA6DCC; }
span { border-color: rgb(202,109,204); }
td.TdClassName
{
border-color: #CA6DCC;
}
.TagClassName
{
border-color: #CA6DCC;
}
</style>