Shades of Heliotrope #C062F6
Tints of Heliotrope #C062F6
RGB
CMYK
RGB Variations
Color information
#C062F6 (or 0xC062F6) is known color: Heliotrope. HEX triplet: C0, 62 and F6. RGB value is (192,98,246). Sum of RGB (Red+Green+Blue) = 192+98+246=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 98 (38.67% from 255 or 18.28% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #C062F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C062F6 is #3F9D09. Grayscale: #8E8E8E. Windows color (decimal): -4168970 or 16147136. OLE color: 16147136.
HSL color Cylindrical-coordinate representation of color #C062F6: hue angle of 278.11º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C062F6 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 98 | 246 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.04 |
| HSL | 278.11º | 0.89% | 0.67% | - |
| HSV(B) | 278.11º | 0.6% | 0.96% | - |
| XYZ | 42.74 | 26.6 | 90.07 | - |
| YUV | 142.98 | 186.14 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 246 | 0.22 | 0.60 | 0 | 0.04 | 278.11 | 0.89 | 0.67 |
| Hex | C0 | 62 | F6 | 16 | 3C | 0 | 4 | 116 | 59 | 43 |
| Octal | 300 | 142 | 366 | 26 | 74 | 0 | 4 | 426 | 131 | 103 |
| Binary | 11000000 | 1100010 | 11110110 | 10110 | 111100 | 0 | 100 | 100010110 | 1011001 | 1000011 |
Color Harmonies of #C062F6
Complementary color
Monochromatic Colors of #C062F6
Black with #C062F6
Text Example
Text Example
White with #C062F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062F6; }
p { color: rgb(192,98,246); }
H1.HeaderClassName
{
color: #C062F6;
}
.AnyTagClassName
{
color: #C062F6;
}
</style>
background-color css
<style>
a { background-color: #C062F6; }
a { background-color: rgb(192,98,246); }
div.DivClassName
{
background-color: #C062F6;
}
.BgClassName
{
background-color: #C062F6;
}
</style>
border-color css
<style>
span { border-color: #C062F6; }
span { border-color: rgb(192,98,246); }
td.TdClassName
{
border-color: #C062F6;
}
.TagClassName
{
border-color: #C062F6;
}
</style>