Shades of Heliotrope #C070EF
Tints of Heliotrope #C070EF
RGB
CMYK
RGB Variations
Color information
#C070EF (or 0xC070EF) is known color: Heliotrope. HEX triplet: C0, 70 and EF. RGB value is (192,112,239). Sum of RGB (Red+Green+Blue) = 192+112+239=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #C070EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070EF is #3F8F10. Grayscale: #959595. Windows color (decimal): -4165393 or 15691968. OLE color: 15691968.
HSL color Cylindrical-coordinate representation of color #C070EF: hue angle of 277.8º 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 #C070EF is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 112 | 239 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.06 |
| HSL | 277.8º | 0.8% | 0.69% | - |
| HSV(B) | 277.8º | 0.53% | 0.94% | - |
| XYZ | 43.11 | 29.03 | 84.99 | - |
| YUV | 150.4 | 178 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 239 | 0.20 | 0.53 | 0 | 0.06 | 277.8 | 0.8 | 0.69 |
| Hex | C0 | 70 | EF | 14 | 35 | 0 | 6 | 116 | 50 | 45 |
| Octal | 300 | 160 | 357 | 24 | 65 | 0 | 6 | 426 | 120 | 105 |
| Binary | 11000000 | 1110000 | 11101111 | 10100 | 110101 | 0 | 110 | 100010110 | 1010000 | 1000101 |
Color Harmonies of #C070EF
Complementary color
Monochromatic Colors of #C070EF
Black with #C070EF
Text Example
Text Example
White with #C070EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070EF; }
p { color: rgb(192,112,239); }
H1.HeaderClassName
{
color: #C070EF;
}
.AnyTagClassName
{
color: #C070EF;
}
</style>
background-color css
<style>
a { background-color: #C070EF; }
a { background-color: rgb(192,112,239); }
div.DivClassName
{
background-color: #C070EF;
}
.BgClassName
{
background-color: #C070EF;
}
</style>
border-color css
<style>
span { border-color: #C070EF; }
span { border-color: rgb(192,112,239); }
td.TdClassName
{
border-color: #C070EF;
}
.TagClassName
{
border-color: #C070EF;
}
</style>