Shades of Heliotrope #C56DFF
Tints of Heliotrope #C56DFF
RGB
CMYK
RGB Variations
Color information
#C56DFF (or 0xC56DFF) is known color: Heliotrope. HEX triplet: C5, 6D and FF. RGB value is (197,109,255). Sum of RGB (Red+Green+Blue) = 197+109+255=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 109 (42.97% from 255 or 19.43% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #C56DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56DFF is #3A9200. Grayscale: #979797. Windows color (decimal): -3838465 or 16739781. OLE color: 16739781.
HSL color Cylindrical-coordinate representation of color #C56DFF: hue angle of 276.16º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56DFF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 109 | 255 | - |
| CMYK | 0.23 | 0.57 | 0 | 0 |
| HSL | 276.16º | 1% | 0.71% | - |
| HSV(B) | 276.16º | 0.57% | 1% | - |
| XYZ | 46.54 | 30.03 | 97.95 | - |
| YUV | 151.96 | 186.15 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 255 | 0.23 | 0.57 | 0 | 0 | 276.16 | 1 | 0.71 |
| Hex | C5 | 6D | FF | 17 | 39 | 0 | 0 | 114 | 64 | 47 |
| Octal | 305 | 155 | 377 | 27 | 71 | 0 | 0 | 424 | 144 | 107 |
| Binary | 11000101 | 1101101 | 11111111 | 10111 | 111001 | 0 | 0 | 100010100 | 1100100 | 1000111 |
Color Harmonies of #C56DFF
Complementary color
Monochromatic Colors of #C56DFF
Black with #C56DFF
Text Example
Text Example
White with #C56DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DFF; }
p { color: rgb(197,109,255); }
H1.HeaderClassName
{
color: #C56DFF;
}
.AnyTagClassName
{
color: #C56DFF;
}
</style>
background-color css
<style>
a { background-color: #C56DFF; }
a { background-color: rgb(197,109,255); }
div.DivClassName
{
background-color: #C56DFF;
}
.BgClassName
{
background-color: #C56DFF;
}
</style>
border-color css
<style>
span { border-color: #C56DFF; }
span { border-color: rgb(197,109,255); }
td.TdClassName
{
border-color: #C56DFF;
}
.TagClassName
{
border-color: #C56DFF;
}
</style>