Shades of Heliotrope #CA70EC
Tints of Heliotrope #CA70EC
RGB
CMYK
RGB Variations
Color information
#CA70EC (or 0xCA70EC) is known color: Heliotrope. HEX triplet: CA, 70 and EC. RGB value is (202,112,236). Sum of RGB (Red+Green+Blue) = 202+112+236=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA70EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA70EC is #358F13. Grayscale: #989898. Windows color (decimal): -3510036 or 15495370. OLE color: 15495370.
HSL color Cylindrical-coordinate representation of color #CA70EC: hue angle of 283.55º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA70EC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 112 | 236 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.07 |
| HSL | 283.55º | 0.77% | 0.68% | - |
| HSV(B) | 283.55º | 0.53% | 0.93% | - |
| XYZ | 45.29 | 30.2 | 82.8 | - |
| YUV | 153.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 236 | 0.14 | 0.53 | 0 | 0.07 | 283.55 | 0.77 | 0.68 |
| Hex | CA | 70 | EC | E | 35 | 0 | 7 | 11C | 4D | 44 |
| Octal | 312 | 160 | 354 | 16 | 65 | 0 | 7 | 434 | 115 | 104 |
| Binary | 11001010 | 1110000 | 11101100 | 1110 | 110101 | 0 | 111 | 100011100 | 1001101 | 1000100 |
Color Harmonies of #CA70EC
Complementary color
Monochromatic Colors of #CA70EC
Black with #CA70EC
Text Example
Text Example
White with #CA70EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70EC; }
p { color: rgb(202,112,236); }
H1.HeaderClassName
{
color: #CA70EC;
}
.AnyTagClassName
{
color: #CA70EC;
}
</style>
background-color css
<style>
a { background-color: #CA70EC; }
a { background-color: rgb(202,112,236); }
div.DivClassName
{
background-color: #CA70EC;
}
.BgClassName
{
background-color: #CA70EC;
}
</style>
border-color css
<style>
span { border-color: #CA70EC; }
span { border-color: rgb(202,112,236); }
td.TdClassName
{
border-color: #CA70EC;
}
.TagClassName
{
border-color: #CA70EC;
}
</style>