Shades of Orchid #CA70DF
Tints of Orchid #CA70DF
RGB
CMYK
RGB Variations
Color information
#CA70DF (or 0xCA70DF) is known color: Orchid. HEX triplet: CA, 70 and DF. RGB value is (202,112,223). Sum of RGB (Red+Green+Blue) = 202+112+223=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA70DF is #358F20. Grayscale: #979797. Windows color (decimal): -3510049 or 14643402. OLE color: 14643402.
HSL color Cylindrical-coordinate representation of color #CA70DF: hue angle of 288.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA70DF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 112 | 223 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.13 |
| HSL | 288.65º | 0.63% | 0.66% | - |
| HSV(B) | 288.65º | 0.5% | 0.87% | - |
| XYZ | 43.47 | 29.47 | 73.21 | - |
| YUV | 151.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 223 | 0.09 | 0.50 | 0 | 0.13 | 288.65 | 0.63 | 0.66 |
| Hex | CA | 70 | DF | 9 | 32 | 0 | D | 121 | 3F | 42 |
| Octal | 312 | 160 | 337 | 11 | 62 | 0 | 15 | 441 | 77 | 102 |
| Binary | 11001010 | 1110000 | 11011111 | 1001 | 110010 | 0 | 1101 | 100100001 | 111111 | 1000010 |
Color Harmonies of #CA70DF
Complementary color
Monochromatic Colors of #CA70DF
Black with #CA70DF
Text Example
Text Example
White with #CA70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70DF; }
p { color: rgb(202,112,223); }
H1.HeaderClassName
{
color: #CA70DF;
}
.AnyTagClassName
{
color: #CA70DF;
}
</style>
background-color css
<style>
a { background-color: #CA70DF; }
a { background-color: rgb(202,112,223); }
div.DivClassName
{
background-color: #CA70DF;
}
.BgClassName
{
background-color: #CA70DF;
}
</style>
border-color css
<style>
span { border-color: #CA70DF; }
span { border-color: rgb(202,112,223); }
td.TdClassName
{
border-color: #CA70DF;
}
.TagClassName
{
border-color: #CA70DF;
}
</style>