Shades of Orchid #CA70DD
Tints of Orchid #CA70DD
RGB
CMYK
RGB Variations
Color information
#CA70DD (or 0xCA70DD) is known color: Orchid. HEX triplet: CA, 70 and DD. RGB value is (202,112,221). Sum of RGB (Red+Green+Blue) = 202+112+221=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA70DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70DD is #358F22. Grayscale: #969696. Windows color (decimal): -3510051 or 14512330. OLE color: 14512330.
HSL color Cylindrical-coordinate representation of color #CA70DD: hue angle of 289.54º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA70DD is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 112 | 221 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.13 |
| HSL | 289.54º | 0.62% | 0.65% | - |
| HSV(B) | 289.54º | 0.49% | 0.87% | - |
| XYZ | 43.2 | 29.37 | 71.8 | - |
| YUV | 151.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 221 | 0.09 | 0.49 | 0 | 0.13 | 289.54 | 0.62 | 0.65 |
| Hex | CA | 70 | DD | 9 | 31 | 0 | D | 122 | 3E | 41 |
| Octal | 312 | 160 | 335 | 11 | 61 | 0 | 15 | 442 | 76 | 101 |
| Binary | 11001010 | 1110000 | 11011101 | 1001 | 110001 | 0 | 1101 | 100100010 | 111110 | 1000001 |
Color Harmonies of #CA70DD
Complementary color
Monochromatic Colors of #CA70DD
Black with #CA70DD
Text Example
Text Example
White with #CA70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70DD; }
p { color: rgb(202,112,221); }
H1.HeaderClassName
{
color: #CA70DD;
}
.AnyTagClassName
{
color: #CA70DD;
}
</style>
background-color css
<style>
a { background-color: #CA70DD; }
a { background-color: rgb(202,112,221); }
div.DivClassName
{
background-color: #CA70DD;
}
.BgClassName
{
background-color: #CA70DD;
}
</style>
border-color css
<style>
span { border-color: #CA70DD; }
span { border-color: rgb(202,112,221); }
td.TdClassName
{
border-color: #CA70DD;
}
.TagClassName
{
border-color: #CA70DD;
}
</style>