Shades of Orchid #CA70D6
Tints of Orchid #CA70D6
RGB
CMYK
RGB Variations
Color information
#CA70D6 (or 0xCA70D6) is known color: Orchid. HEX triplet: CA, 70 and D6. RGB value is (202,112,214). Sum of RGB (Red+Green+Blue) = 202+112+214=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA70D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70D6 is #358F29. Grayscale: #969696. Windows color (decimal): -3510058 or 14053578. OLE color: 14053578.
HSL color Cylindrical-coordinate representation of color #CA70D6: hue angle of 292.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA70D6 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 112 | 214 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.16 |
| HSL | 292.94º | 0.55% | 0.64% | - |
| HSV(B) | 292.94º | 0.48% | 0.84% | - |
| XYZ | 42.29 | 29 | 66.99 | - |
| YUV | 150.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 214 | 0.06 | 0.48 | 0 | 0.16 | 292.94 | 0.55 | 0.64 |
| Hex | CA | 70 | D6 | 6 | 30 | 0 | 10 | 125 | 37 | 40 |
| Octal | 312 | 160 | 326 | 6 | 60 | 0 | 20 | 445 | 67 | 100 |
| Binary | 11001010 | 1110000 | 11010110 | 110 | 110000 | 0 | 10000 | 100100101 | 110111 | 1000000 |
Color Harmonies of #CA70D6
Complementary color
Monochromatic Colors of #CA70D6
Black with #CA70D6
Text Example
Text Example
White with #CA70D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70D6; }
p { color: rgb(202,112,214); }
H1.HeaderClassName
{
color: #CA70D6;
}
.AnyTagClassName
{
color: #CA70D6;
}
</style>
background-color css
<style>
a { background-color: #CA70D6; }
a { background-color: rgb(202,112,214); }
div.DivClassName
{
background-color: #CA70D6;
}
.BgClassName
{
background-color: #CA70D6;
}
</style>
border-color css
<style>
span { border-color: #CA70D6; }
span { border-color: rgb(202,112,214); }
td.TdClassName
{
border-color: #CA70D6;
}
.TagClassName
{
border-color: #CA70D6;
}
</style>