Shades of Heliotrope #C059FE
Tints of Heliotrope #C059FE
RGB
CMYK
RGB Variations
Color information
#C059FE (or 0xC059FE) is known color: Heliotrope. HEX triplet: C0, 59 and FE. RGB value is (192,89,254). Sum of RGB (Red+Green+Blue) = 192+89+254=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #C059FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059FE is #3FA601. Grayscale: #8A8A8A. Windows color (decimal): -4171266 or 16669120. OLE color: 16669120.
HSL color Cylindrical-coordinate representation of color #C059FE: hue angle of 277.45º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C059FE is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 89 | 254 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.00 |
| HSL | 277.45º | 0.99% | 0.67% | - |
| HSV(B) | 277.45º | 0.65% | 1% | - |
| XYZ | 43.2 | 25.51 | 96.41 | - |
| YUV | 138.61 | 193.12 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 254 | 0.24 | 0.65 | 0 | 0.00 | 277.45 | 0.99 | 0.67 |
| Hex | C0 | 59 | FE | 18 | 41 | 0 | 0 | 115 | 63 | 43 |
| Octal | 300 | 131 | 376 | 30 | 101 | 0 | 0 | 425 | 143 | 103 |
| Binary | 11000000 | 1011001 | 11111110 | 11000 | 1000001 | 0 | 0 | 100010101 | 1100011 | 1000011 |
Color Harmonies of #C059FE
Complementary color
Monochromatic Colors of #C059FE
Black with #C059FE
Text Example
Text Example
White with #C059FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059FE; }
p { color: rgb(192,89,254); }
H1.HeaderClassName
{
color: #C059FE;
}
.AnyTagClassName
{
color: #C059FE;
}
</style>
background-color css
<style>
a { background-color: #C059FE; }
a { background-color: rgb(192,89,254); }
div.DivClassName
{
background-color: #C059FE;
}
.BgClassName
{
background-color: #C059FE;
}
</style>
border-color css
<style>
span { border-color: #C059FE; }
span { border-color: rgb(192,89,254); }
td.TdClassName
{
border-color: #C059FE;
}
.TagClassName
{
border-color: #C059FE;
}
</style>