Shades of Heliotrope #C070F6
Tints of Heliotrope #C070F6
RGB
CMYK
RGB Variations
Color information
#C070F6 (or 0xC070F6) is known color: Heliotrope. HEX triplet: C0, 70 and F6. RGB value is (192,112,246). Sum of RGB (Red+Green+Blue) = 192+112+246=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #C070F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070F6 is #3F8F09. Grayscale: #969696. Windows color (decimal): -4165386 or 16150720. OLE color: 16150720.
HSL color Cylindrical-coordinate representation of color #C070F6: hue angle of 275.82º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C070F6 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 112 | 246 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.04 |
| HSL | 275.82º | 0.88% | 0.7% | - |
| HSV(B) | 275.82º | 0.54% | 0.96% | - |
| XYZ | 44.17 | 29.45 | 90.55 | - |
| YUV | 151.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 246 | 0.22 | 0.54 | 0 | 0.04 | 275.82 | 0.88 | 0.7 |
| Hex | C0 | 70 | F6 | 16 | 36 | 0 | 4 | 114 | 58 | 46 |
| Octal | 300 | 160 | 366 | 26 | 66 | 0 | 4 | 424 | 130 | 106 |
| Binary | 11000000 | 1110000 | 11110110 | 10110 | 110110 | 0 | 100 | 100010100 | 1011000 | 1000110 |
Color Harmonies of #C070F6
Complementary color
Monochromatic Colors of #C070F6
Black with #C070F6
Text Example
Text Example
White with #C070F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070F6; }
p { color: rgb(192,112,246); }
H1.HeaderClassName
{
color: #C070F6;
}
.AnyTagClassName
{
color: #C070F6;
}
</style>
background-color css
<style>
a { background-color: #C070F6; }
a { background-color: rgb(192,112,246); }
div.DivClassName
{
background-color: #C070F6;
}
.BgClassName
{
background-color: #C070F6;
}
</style>
border-color css
<style>
span { border-color: #C070F6; }
span { border-color: rgb(192,112,246); }
td.TdClassName
{
border-color: #C070F6;
}
.TagClassName
{
border-color: #C070F6;
}
</style>