Shades of Heliotrope #C070F0
Tints of Heliotrope #C070F0
RGB
CMYK
RGB Variations
Color information
#C070F0 (or 0xC070F0) is known color: Heliotrope. HEX triplet: C0, 70 and F0. RGB value is (192,112,240). Sum of RGB (Red+Green+Blue) = 192+112+240=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #C070F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070F0 is #3F8F0F. Grayscale: #969696. Windows color (decimal): -4165392 or 15757504. OLE color: 15757504.
HSL color Cylindrical-coordinate representation of color #C070F0: hue angle of 277.5º degrees, saturation: 0.81, 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 #C070F0 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 112 | 240 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.06 |
| HSL | 277.5º | 0.81% | 0.69% | - |
| HSV(B) | 277.5º | 0.53% | 0.94% | - |
| XYZ | 43.26 | 29.09 | 85.77 | - |
| YUV | 150.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 240 | 0.20 | 0.53 | 0 | 0.06 | 277.5 | 0.81 | 0.69 |
| Hex | C0 | 70 | F0 | 14 | 35 | 0 | 6 | 116 | 51 | 45 |
| Octal | 300 | 160 | 360 | 24 | 65 | 0 | 6 | 426 | 121 | 105 |
| Binary | 11000000 | 1110000 | 11110000 | 10100 | 110101 | 0 | 110 | 100010110 | 1010001 | 1000101 |
Color Harmonies of #C070F0
Complementary color
Monochromatic Colors of #C070F0
Black with #C070F0
Text Example
Text Example
White with #C070F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070F0; }
p { color: rgb(192,112,240); }
H1.HeaderClassName
{
color: #C070F0;
}
.AnyTagClassName
{
color: #C070F0;
}
</style>
background-color css
<style>
a { background-color: #C070F0; }
a { background-color: rgb(192,112,240); }
div.DivClassName
{
background-color: #C070F0;
}
.BgClassName
{
background-color: #C070F0;
}
</style>
border-color css
<style>
span { border-color: #C070F0; }
span { border-color: rgb(192,112,240); }
td.TdClassName
{
border-color: #C070F0;
}
.TagClassName
{
border-color: #C070F0;
}
</style>