Shades of Heliotrope #C070EC
Tints of Heliotrope #C070EC
RGB
CMYK
RGB Variations
Color information
#C070EC (or 0xC070EC) is known color: Heliotrope. HEX triplet: C0, 70 and EC. RGB value is (192,112,236). Sum of RGB (Red+Green+Blue) = 192+112+236=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #C070EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070EC is #3F8F13. Grayscale: #959595. Windows color (decimal): -4165396 or 15495360. OLE color: 15495360.
HSL color Cylindrical-coordinate representation of color #C070EC: hue angle of 278.71º 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 #C070EC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 112 | 236 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.07 |
| HSL | 278.71º | 0.77% | 0.68% | - |
| HSV(B) | 278.71º | 0.53% | 0.93% | - |
| XYZ | 42.67 | 28.85 | 82.68 | - |
| YUV | 150.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 236 | 0.19 | 0.53 | 0 | 0.07 | 278.71 | 0.77 | 0.68 |
| Hex | C0 | 70 | EC | 13 | 35 | 0 | 7 | 117 | 4D | 44 |
| Octal | 300 | 160 | 354 | 23 | 65 | 0 | 7 | 427 | 115 | 104 |
| Binary | 11000000 | 1110000 | 11101100 | 10011 | 110101 | 0 | 111 | 100010111 | 1001101 | 1000100 |
Color Harmonies of #C070EC
Complementary color
Monochromatic Colors of #C070EC
Black with #C070EC
Text Example
Text Example
White with #C070EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070EC; }
p { color: rgb(192,112,236); }
H1.HeaderClassName
{
color: #C070EC;
}
.AnyTagClassName
{
color: #C070EC;
}
</style>
background-color css
<style>
a { background-color: #C070EC; }
a { background-color: rgb(192,112,236); }
div.DivClassName
{
background-color: #C070EC;
}
.BgClassName
{
background-color: #C070EC;
}
</style>
border-color css
<style>
span { border-color: #C070EC; }
span { border-color: rgb(192,112,236); }
td.TdClassName
{
border-color: #C070EC;
}
.TagClassName
{
border-color: #C070EC;
}
</style>