Shades of Heliotrope #CA70EE
Tints of Heliotrope #CA70EE
RGB
CMYK
RGB Variations
Color information
#CA70EE (or 0xCA70EE) is known color: Heliotrope. HEX triplet: CA, 70 and EE. RGB value is (202,112,238). Sum of RGB (Red+Green+Blue) = 202+112+238=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA70EE is #358F11. Grayscale: #989898. Windows color (decimal): -3510034 or 15626442. OLE color: 15626442.
HSL color Cylindrical-coordinate representation of color #CA70EE: hue angle of 282.86º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA70EE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 112 | 238 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.07 |
| HSL | 282.86º | 0.79% | 0.69% | - |
| HSV(B) | 282.86º | 0.53% | 0.93% | - |
| XYZ | 45.58 | 30.32 | 84.34 | - |
| YUV | 153.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 238 | 0.15 | 0.53 | 0 | 0.07 | 282.86 | 0.79 | 0.69 |
| Hex | CA | 70 | EE | F | 35 | 0 | 7 | 11B | 4F | 45 |
| Octal | 312 | 160 | 356 | 17 | 65 | 0 | 7 | 433 | 117 | 105 |
| Binary | 11001010 | 1110000 | 11101110 | 1111 | 110101 | 0 | 111 | 100011011 | 1001111 | 1000101 |
Color Harmonies of #CA70EE
Complementary color
Monochromatic Colors of #CA70EE
Black with #CA70EE
Text Example
Text Example
White with #CA70EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70EE; }
p { color: rgb(202,112,238); }
H1.HeaderClassName
{
color: #CA70EE;
}
.AnyTagClassName
{
color: #CA70EE;
}
</style>
background-color css
<style>
a { background-color: #CA70EE; }
a { background-color: rgb(202,112,238); }
div.DivClassName
{
background-color: #CA70EE;
}
.BgClassName
{
background-color: #CA70EE;
}
</style>
border-color css
<style>
span { border-color: #CA70EE; }
span { border-color: rgb(202,112,238); }
td.TdClassName
{
border-color: #CA70EE;
}
.TagClassName
{
border-color: #CA70EE;
}
</style>