Shades of Orchid #CA70D4
Tints of Orchid #CA70D4
RGB
CMYK
RGB Variations
Color information
#CA70D4 (or 0xCA70D4) is known color: Orchid. HEX triplet: CA, 70 and D4. RGB value is (202,112,212). Sum of RGB (Red+Green+Blue) = 202+112+212=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA70D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70D4 is #358F2B. Grayscale: #969696. Windows color (decimal): -3510060 or 13922506. OLE color: 13922506.
HSL color Cylindrical-coordinate representation of color #CA70D4: hue angle of 294º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA70D4 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 112 | 212 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.17 |
| HSL | 294º | 0.54% | 0.64% | - |
| HSV(B) | 294º | 0.47% | 0.83% | - |
| XYZ | 42.03 | 28.9 | 65.65 | - |
| YUV | 150.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 212 | 0.05 | 0.47 | 0 | 0.17 | 294 | 0.54 | 0.64 |
| Hex | CA | 70 | D4 | 5 | 2F | 0 | 11 | 126 | 36 | 40 |
| Octal | 312 | 160 | 324 | 5 | 57 | 0 | 21 | 446 | 66 | 100 |
| Binary | 11001010 | 1110000 | 11010100 | 101 | 101111 | 0 | 10001 | 100100110 | 110110 | 1000000 |
Color Harmonies of #CA70D4
Complementary color
Monochromatic Colors of #CA70D4
Black with #CA70D4
Text Example
Text Example
White with #CA70D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70D4; }
p { color: rgb(202,112,212); }
H1.HeaderClassName
{
color: #CA70D4;
}
.AnyTagClassName
{
color: #CA70D4;
}
</style>
background-color css
<style>
a { background-color: #CA70D4; }
a { background-color: rgb(202,112,212); }
div.DivClassName
{
background-color: #CA70D4;
}
.BgClassName
{
background-color: #CA70D4;
}
</style>
border-color css
<style>
span { border-color: #CA70D4; }
span { border-color: rgb(202,112,212); }
td.TdClassName
{
border-color: #CA70D4;
}
.TagClassName
{
border-color: #CA70D4;
}
</style>