Shades of Orchid #CA70CE
Tints of Orchid #CA70CE
RGB
CMYK
RGB Variations
Color information
#CA70CE (or 0xCA70CE) is known color: Orchid. HEX triplet: CA, 70 and CE. RGB value is (202,112,206). Sum of RGB (Red+Green+Blue) = 202+112+206=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70CE is #358F31. Grayscale: #959595. Windows color (decimal): -3510066 or 13529290. OLE color: 13529290.
HSL color Cylindrical-coordinate representation of color #CA70CE: hue angle of 297.45º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA70CE is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 112 | 206 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.19 |
| HSL | 297.45º | 0.49% | 0.62% | - |
| HSV(B) | 297.45º | 0.46% | 0.81% | - |
| XYZ | 41.29 | 28.6 | 61.74 | - |
| YUV | 149.63 | 159.82 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 206 | 0.02 | 0.46 | 0 | 0.19 | 297.45 | 0.49 | 0.62 |
| Hex | CA | 70 | CE | 2 | 2E | 0 | 13 | 129 | 31 | 3E |
| Octal | 312 | 160 | 316 | 2 | 56 | 0 | 23 | 451 | 61 | 76 |
| Binary | 11001010 | 1110000 | 11001110 | 10 | 101110 | 0 | 10011 | 100101001 | 110001 | 111110 |
Color Harmonies of #CA70CE
Complementary color
Monochromatic Colors of #CA70CE
Black with #CA70CE
Text Example
Text Example
White with #CA70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70CE; }
p { color: rgb(202,112,206); }
H1.HeaderClassName
{
color: #CA70CE;
}
.AnyTagClassName
{
color: #CA70CE;
}
</style>
background-color css
<style>
a { background-color: #CA70CE; }
a { background-color: rgb(202,112,206); }
div.DivClassName
{
background-color: #CA70CE;
}
.BgClassName
{
background-color: #CA70CE;
}
</style>
border-color css
<style>
span { border-color: #CA70CE; }
span { border-color: rgb(202,112,206); }
td.TdClassName
{
border-color: #CA70CE;
}
.TagClassName
{
border-color: #CA70CE;
}
</style>