Shades of Heliotrope #C070F7
Tints of Heliotrope #C070F7
RGB
CMYK
RGB Variations
Color information
#C070F7 (or 0xC070F7) is known color: Heliotrope. HEX triplet: C0, 70 and F7. RGB value is (192,112,247). Sum of RGB (Red+Green+Blue) = 192+112+247=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #C070F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C070F7 is #3F8F08. Grayscale: #969696. Windows color (decimal): -4165385 or 16216256. OLE color: 16216256.
HSL color Cylindrical-coordinate representation of color #C070F7: hue angle of 275.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C070F7 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 112 | 247 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.03 |
| HSL | 275.56º | 0.89% | 0.7% | - |
| HSV(B) | 275.56º | 0.55% | 0.97% | - |
| XYZ | 44.32 | 29.51 | 91.36 | - |
| YUV | 151.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 112 | 247 | 0.22 | 0.55 | 0 | 0.03 | 275.56 | 0.89 | 0.7 |
| Hex | C0 | 70 | F7 | 16 | 37 | 0 | 3 | 114 | 59 | 46 |
| Octal | 300 | 160 | 367 | 26 | 67 | 0 | 3 | 424 | 131 | 106 |
| Binary | 11000000 | 1110000 | 11110111 | 10110 | 110111 | 0 | 11 | 100010100 | 1011001 | 1000110 |
Color Harmonies of #C070F7
Complementary color
Monochromatic Colors of #C070F7
Black with #C070F7
Text Example
Text Example
White with #C070F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C070F7; }
p { color: rgb(192,112,247); }
H1.HeaderClassName
{
color: #C070F7;
}
.AnyTagClassName
{
color: #C070F7;
}
</style>
background-color css
<style>
a { background-color: #C070F7; }
a { background-color: rgb(192,112,247); }
div.DivClassName
{
background-color: #C070F7;
}
.BgClassName
{
background-color: #C070F7;
}
</style>
border-color css
<style>
span { border-color: #C070F7; }
span { border-color: rgb(192,112,247); }
td.TdClassName
{
border-color: #C070F7;
}
.TagClassName
{
border-color: #C070F7;
}
</style>