Shades of Orchid #CA70DB
Tints of Orchid #CA70DB
RGB
CMYK
RGB Variations
Color information
#CA70DB (or 0xCA70DB) is known color: Orchid. HEX triplet: CA, 70 and DB. RGB value is (202,112,219). Sum of RGB (Red+Green+Blue) = 202+112+219=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70DB is #358F24. Grayscale: #969696. Windows color (decimal): -3510053 or 14381258. OLE color: 14381258.
HSL color Cylindrical-coordinate representation of color #CA70DB: hue angle of 290.47º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA70DB is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 112 | 219 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.14 |
| HSL | 290.47º | 0.6% | 0.65% | - |
| HSV(B) | 290.47º | 0.49% | 0.86% | - |
| XYZ | 42.94 | 29.26 | 70.4 | - |
| YUV | 151.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 219 | 0.08 | 0.49 | 0 | 0.14 | 290.47 | 0.6 | 0.65 |
| Hex | CA | 70 | DB | 8 | 31 | 0 | E | 122 | 3C | 41 |
| Octal | 312 | 160 | 333 | 10 | 61 | 0 | 16 | 442 | 74 | 101 |
| Binary | 11001010 | 1110000 | 11011011 | 1000 | 110001 | 0 | 1110 | 100100010 | 111100 | 1000001 |
Color Harmonies of #CA70DB
Complementary color
Monochromatic Colors of #CA70DB
Black with #CA70DB
Text Example
Text Example
White with #CA70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70DB; }
p { color: rgb(202,112,219); }
H1.HeaderClassName
{
color: #CA70DB;
}
.AnyTagClassName
{
color: #CA70DB;
}
</style>
background-color css
<style>
a { background-color: #CA70DB; }
a { background-color: rgb(202,112,219); }
div.DivClassName
{
background-color: #CA70DB;
}
.BgClassName
{
background-color: #CA70DB;
}
</style>
border-color css
<style>
span { border-color: #CA70DB; }
span { border-color: rgb(202,112,219); }
td.TdClassName
{
border-color: #CA70DB;
}
.TagClassName
{
border-color: #CA70DB;
}
</style>