Shades of Heliotrope #C056FF
Tints of Heliotrope #C056FF
RGB
CMYK
RGB Variations
Color information
#C056FF (or 0xC056FF) is known color: Heliotrope. HEX triplet: C0, 56 and FF. RGB value is (192,86,255). Sum of RGB (Red+Green+Blue) = 192+86+255=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #C056FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C056FF is #3FA900. Grayscale: #888888. Windows color (decimal): -4172033 or 16733888. OLE color: 16733888.
HSL color Cylindrical-coordinate representation of color #C056FF: hue angle of 277.63º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C056FF is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 86 | 255 | - |
| CMYK | 0.25 | 0.66 | 0 | 0 |
| HSL | 277.63º | 1% | 0.67% | - |
| HSV(B) | 277.63º | 0.66% | 1% | - |
| XYZ | 43.12 | 25.08 | 97.18 | - |
| YUV | 136.96 | 194.62 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 255 | 0.25 | 0.66 | 0 | 0 | 277.63 | 1 | 0.67 |
| Hex | C0 | 56 | FF | 19 | 42 | 0 | 0 | 116 | 64 | 43 |
| Octal | 300 | 126 | 377 | 31 | 102 | 0 | 0 | 426 | 144 | 103 |
| Binary | 11000000 | 1010110 | 11111111 | 11001 | 1000010 | 0 | 0 | 100010110 | 1100100 | 1000011 |
Color Harmonies of #C056FF
Complementary color
Monochromatic Colors of #C056FF
Black with #C056FF
Text Example
Text Example
White with #C056FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C056FF; }
p { color: rgb(192,86,255); }
H1.HeaderClassName
{
color: #C056FF;
}
.AnyTagClassName
{
color: #C056FF;
}
</style>
background-color css
<style>
a { background-color: #C056FF; }
a { background-color: rgb(192,86,255); }
div.DivClassName
{
background-color: #C056FF;
}
.BgClassName
{
background-color: #C056FF;
}
</style>
border-color css
<style>
span { border-color: #C056FF; }
span { border-color: rgb(192,86,255); }
td.TdClassName
{
border-color: #C056FF;
}
.TagClassName
{
border-color: #C056FF;
}
</style>