Shades of Heliotrope #C062FF
Tints of Heliotrope #C062FF
RGB
CMYK
RGB Variations
Color information
#C062FF (or 0xC062FF) is known color: Heliotrope. HEX triplet: C0, 62 and FF. RGB value is (192,98,255). Sum of RGB (Red+Green+Blue) = 192+98+255=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 98 (38.67% from 255 or 17.98% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #C062FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C062FF is #3F9D00. Grayscale: #8F8F8F. Windows color (decimal): -4168961 or 16736960. OLE color: 16736960.
HSL color Cylindrical-coordinate representation of color #C062FF: hue angle of 275.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C062FF is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 98 | 255 | - |
| CMYK | 0.25 | 0.62 | 0 | 0 |
| HSL | 275.92º | 1% | 0.69% | - |
| HSV(B) | 275.92º | 0.62% | 1% | - |
| XYZ | 44.16 | 27.16 | 97.52 | - |
| YUV | 144 | 190.64 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 255 | 0.25 | 0.62 | 0 | 0 | 275.92 | 1 | 0.69 |
| Hex | C0 | 62 | FF | 19 | 3E | 0 | 0 | 114 | 64 | 45 |
| Octal | 300 | 142 | 377 | 31 | 76 | 0 | 0 | 424 | 144 | 105 |
| Binary | 11000000 | 1100010 | 11111111 | 11001 | 111110 | 0 | 0 | 100010100 | 1100100 | 1000101 |
Color Harmonies of #C062FF
Complementary color
Monochromatic Colors of #C062FF
Black with #C062FF
Text Example
Text Example
White with #C062FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062FF; }
p { color: rgb(192,98,255); }
H1.HeaderClassName
{
color: #C062FF;
}
.AnyTagClassName
{
color: #C062FF;
}
</style>
background-color css
<style>
a { background-color: #C062FF; }
a { background-color: rgb(192,98,255); }
div.DivClassName
{
background-color: #C062FF;
}
.BgClassName
{
background-color: #C062FF;
}
</style>
border-color css
<style>
span { border-color: #C062FF; }
span { border-color: rgb(192,98,255); }
td.TdClassName
{
border-color: #C062FF;
}
.TagClassName
{
border-color: #C062FF;
}
</style>