Shades of Heliotrope #C059FF
Tints of Heliotrope #C059FF
RGB
CMYK
RGB Variations
Color information
#C059FF (or 0xC059FF) is known color: Heliotrope. HEX triplet: C0, 59 and FF. RGB value is (192,89,255). Sum of RGB (Red+Green+Blue) = 192+89+255=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #C059FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059FF is #3FA600. Grayscale: #8A8A8A. Windows color (decimal): -4171265 or 16734656. OLE color: 16734656.
HSL color Cylindrical-coordinate representation of color #C059FF: hue angle of 277.23º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C059FF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 89 | 255 | - |
| CMYK | 0.25 | 0.65 | 0 | 0 |
| HSL | 277.23º | 1% | 0.67% | - |
| HSV(B) | 277.23º | 0.65% | 1% | - |
| XYZ | 43.36 | 25.57 | 97.26 | - |
| YUV | 138.72 | 193.62 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 255 | 0.25 | 0.65 | 0 | 0 | 277.23 | 1 | 0.67 |
| Hex | C0 | 59 | FF | 19 | 41 | 0 | 0 | 115 | 64 | 43 |
| Octal | 300 | 131 | 377 | 31 | 101 | 0 | 0 | 425 | 144 | 103 |
| Binary | 11000000 | 1011001 | 11111111 | 11001 | 1000001 | 0 | 0 | 100010101 | 1100100 | 1000011 |
Color Harmonies of #C059FF
Complementary color
Monochromatic Colors of #C059FF
Black with #C059FF
Text Example
Text Example
White with #C059FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059FF; }
p { color: rgb(192,89,255); }
H1.HeaderClassName
{
color: #C059FF;
}
.AnyTagClassName
{
color: #C059FF;
}
</style>
background-color css
<style>
a { background-color: #C059FF; }
a { background-color: rgb(192,89,255); }
div.DivClassName
{
background-color: #C059FF;
}
.BgClassName
{
background-color: #C059FF;
}
</style>
border-color css
<style>
span { border-color: #C059FF; }
span { border-color: rgb(192,89,255); }
td.TdClassName
{
border-color: #C059FF;
}
.TagClassName
{
border-color: #C059FF;
}
</style>