Shades of Heliotrope #C062FC
Tints of Heliotrope #C062FC
RGB
CMYK
RGB Variations
Color information
#C062FC (or 0xC062FC) is known color: Heliotrope. HEX triplet: C0, 62 and FC. RGB value is (192,98,252). Sum of RGB (Red+Green+Blue) = 192+98+252=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #C062FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C062FC is #3F9D03. Grayscale: #8F8F8F. Windows color (decimal): -4168964 or 16540352. OLE color: 16540352.
HSL color Cylindrical-coordinate representation of color #C062FC: hue angle of 276.62º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C062FC is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 98 | 252 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.01 |
| HSL | 276.62º | 0.96% | 0.69% | - |
| HSV(B) | 276.62º | 0.61% | 0.99% | - |
| XYZ | 43.68 | 26.97 | 95 | - |
| YUV | 143.66 | 189.14 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 252 | 0.24 | 0.61 | 0 | 0.01 | 276.62 | 0.96 | 0.69 |
| Hex | C0 | 62 | FC | 18 | 3D | 0 | 1 | 115 | 60 | 45 |
| Octal | 300 | 142 | 374 | 30 | 75 | 0 | 1 | 425 | 140 | 105 |
| Binary | 11000000 | 1100010 | 11111100 | 11000 | 111101 | 0 | 1 | 100010101 | 1100000 | 1000101 |
Color Harmonies of #C062FC
Complementary color
Monochromatic Colors of #C062FC
Black with #C062FC
Text Example
Text Example
White with #C062FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062FC; }
p { color: rgb(192,98,252); }
H1.HeaderClassName
{
color: #C062FC;
}
.AnyTagClassName
{
color: #C062FC;
}
</style>
background-color css
<style>
a { background-color: #C062FC; }
a { background-color: rgb(192,98,252); }
div.DivClassName
{
background-color: #C062FC;
}
.BgClassName
{
background-color: #C062FC;
}
</style>
border-color css
<style>
span { border-color: #C062FC; }
span { border-color: rgb(192,98,252); }
td.TdClassName
{
border-color: #C062FC;
}
.TagClassName
{
border-color: #C062FC;
}
</style>