Shades of Heliotrope #CA70EF
Tints of Heliotrope #CA70EF
RGB
CMYK
RGB Variations
Color information
#CA70EF (or 0xCA70EF) is known color: Heliotrope. HEX triplet: CA, 70 and EF. RGB value is (202,112,239). Sum of RGB (Red+Green+Blue) = 202+112+239=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA70EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA70EF is #358F10. Grayscale: #989898. Windows color (decimal): -3510033 or 15691978. OLE color: 15691978.
HSL color Cylindrical-coordinate representation of color #CA70EF: hue angle of 282.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA70EF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 112 | 239 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.06 |
| HSL | 282.52º | 0.8% | 0.69% | - |
| HSV(B) | 282.52º | 0.53% | 0.94% | - |
| XYZ | 45.73 | 30.38 | 85.11 | - |
| YUV | 153.39 | 176.32 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 112 | 239 | 0.15 | 0.53 | 0 | 0.06 | 282.52 | 0.8 | 0.69 |
| Hex | CA | 70 | EF | F | 35 | 0 | 6 | 11B | 50 | 45 |
| Octal | 312 | 160 | 357 | 17 | 65 | 0 | 6 | 433 | 120 | 105 |
| Binary | 11001010 | 1110000 | 11101111 | 1111 | 110101 | 0 | 110 | 100011011 | 1010000 | 1000101 |
Color Harmonies of #CA70EF
Complementary color
Monochromatic Colors of #CA70EF
Black with #CA70EF
Text Example
Text Example
White with #CA70EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA70EF; }
p { color: rgb(202,112,239); }
H1.HeaderClassName
{
color: #CA70EF;
}
.AnyTagClassName
{
color: #CA70EF;
}
</style>
background-color css
<style>
a { background-color: #CA70EF; }
a { background-color: rgb(202,112,239); }
div.DivClassName
{
background-color: #CA70EF;
}
.BgClassName
{
background-color: #CA70EF;
}
</style>
border-color css
<style>
span { border-color: #CA70EF; }
span { border-color: rgb(202,112,239); }
td.TdClassName
{
border-color: #CA70EF;
}
.TagClassName
{
border-color: #CA70EF;
}
</style>