Shades of Heliotrope #C072F6
Tints of Heliotrope #C072F6
RGB
CMYK
RGB Variations
Color information
#C072F6 (or 0xC072F6) is known color: Heliotrope. HEX triplet: C0, 72 and F6. RGB value is (192,114,246). Sum of RGB (Red+Green+Blue) = 192+114+246=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #C072F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C072F6 is #3F8D09. Grayscale: #979797. Windows color (decimal): -4164874 or 16151232. OLE color: 16151232.
HSL color Cylindrical-coordinate representation of color #C072F6: hue angle of 275.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C072F6 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 114 | 246 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.04 |
| HSL | 275.45º | 0.88% | 0.71% | - |
| HSV(B) | 275.45º | 0.54% | 0.96% | - |
| XYZ | 44.39 | 29.89 | 90.62 | - |
| YUV | 152.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 246 | 0.22 | 0.54 | 0 | 0.04 | 275.45 | 0.88 | 0.71 |
| Hex | C0 | 72 | F6 | 16 | 36 | 0 | 4 | 113 | 58 | 47 |
| Octal | 300 | 162 | 366 | 26 | 66 | 0 | 4 | 423 | 130 | 107 |
| Binary | 11000000 | 1110010 | 11110110 | 10110 | 110110 | 0 | 100 | 100010011 | 1011000 | 1000111 |
Color Harmonies of #C072F6
Complementary color
Monochromatic Colors of #C072F6
Black with #C072F6
Text Example
Text Example
White with #C072F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072F6; }
p { color: rgb(192,114,246); }
H1.HeaderClassName
{
color: #C072F6;
}
.AnyTagClassName
{
color: #C072F6;
}
</style>
background-color css
<style>
a { background-color: #C072F6; }
a { background-color: rgb(192,114,246); }
div.DivClassName
{
background-color: #C072F6;
}
.BgClassName
{
background-color: #C072F6;
}
</style>
border-color css
<style>
span { border-color: #C072F6; }
span { border-color: rgb(192,114,246); }
td.TdClassName
{
border-color: #C072F6;
}
.TagClassName
{
border-color: #C072F6;
}
</style>