Shades of Heliotrope #C56EFF
Tints of Heliotrope #C56EFF
RGB
CMYK
RGB Variations
Color information
#C56EFF (or 0xC56EFF) is known color: Heliotrope. HEX triplet: C5, 6E and FF. RGB value is (197,110,255). Sum of RGB (Red+Green+Blue) = 197+110+255=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #C56EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56EFF is #3A9100. Grayscale: #989898. Windows color (decimal): -3838209 or 16740037. OLE color: 16740037.
HSL color Cylindrical-coordinate representation of color #C56EFF: hue angle of 276º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56EFF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 110 | 255 | - |
| CMYK | 0.23 | 0.57 | 0 | 0 |
| HSL | 276º | 1% | 0.72% | - |
| HSV(B) | 276º | 0.57% | 1% | - |
| XYZ | 46.65 | 30.24 | 97.99 | - |
| YUV | 152.54 | 185.82 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 255 | 0.23 | 0.57 | 0 | 0 | 276 | 1 | 0.72 |
| Hex | C5 | 6E | FF | 17 | 39 | 0 | 0 | 114 | 64 | 48 |
| Octal | 305 | 156 | 377 | 27 | 71 | 0 | 0 | 424 | 144 | 110 |
| Binary | 11000101 | 1101110 | 11111111 | 10111 | 111001 | 0 | 0 | 100010100 | 1100100 | 1001000 |
Color Harmonies of #C56EFF
Complementary color
Monochromatic Colors of #C56EFF
Black with #C56EFF
Text Example
Text Example
White with #C56EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56EFF; }
p { color: rgb(197,110,255); }
H1.HeaderClassName
{
color: #C56EFF;
}
.AnyTagClassName
{
color: #C56EFF;
}
</style>
background-color css
<style>
a { background-color: #C56EFF; }
a { background-color: rgb(197,110,255); }
div.DivClassName
{
background-color: #C56EFF;
}
.BgClassName
{
background-color: #C56EFF;
}
</style>
border-color css
<style>
span { border-color: #C56EFF; }
span { border-color: rgb(197,110,255); }
td.TdClassName
{
border-color: #C56EFF;
}
.TagClassName
{
border-color: #C56EFF;
}
</style>