Shades of Heliotrope #C059FB
Tints of Heliotrope #C059FB
RGB
CMYK
RGB Variations
Color information
#C059FB (or 0xC059FB) is known color: Heliotrope. HEX triplet: C0, 59 and FB. RGB value is (192,89,251). Sum of RGB (Red+Green+Blue) = 192+89+251=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 89 (35.16% from 255 or 16.73% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #C059FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C059FB is #3FA604. Grayscale: #898989. Windows color (decimal): -4171269 or 16472512. OLE color: 16472512.
HSL color Cylindrical-coordinate representation of color #C059FB: hue angle of 278.15º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C059FB is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 89 | 251 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.02 |
| HSL | 278.15º | 0.95% | 0.67% | - |
| HSV(B) | 278.15º | 0.65% | 0.98% | - |
| XYZ | 42.72 | 25.32 | 93.9 | - |
| YUV | 138.27 | 191.62 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 251 | 0.24 | 0.65 | 0 | 0.02 | 278.15 | 0.95 | 0.67 |
| Hex | C0 | 59 | FB | 18 | 41 | 0 | 2 | 116 | 5F | 43 |
| Octal | 300 | 131 | 373 | 30 | 101 | 0 | 2 | 426 | 137 | 103 |
| Binary | 11000000 | 1011001 | 11111011 | 11000 | 1000001 | 0 | 10 | 100010110 | 1011111 | 1000011 |
Color Harmonies of #C059FB
Complementary color
Monochromatic Colors of #C059FB
Black with #C059FB
Text Example
Text Example
White with #C059FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C059FB; }
p { color: rgb(192,89,251); }
H1.HeaderClassName
{
color: #C059FB;
}
.AnyTagClassName
{
color: #C059FB;
}
</style>
background-color css
<style>
a { background-color: #C059FB; }
a { background-color: rgb(192,89,251); }
div.DivClassName
{
background-color: #C059FB;
}
.BgClassName
{
background-color: #C059FB;
}
</style>
border-color css
<style>
span { border-color: #C059FB; }
span { border-color: rgb(192,89,251); }
td.TdClassName
{
border-color: #C059FB;
}
.TagClassName
{
border-color: #C059FB;
}
</style>