Shades of Heliotrope #C56DFB
Tints of Heliotrope #C56DFB
RGB
CMYK
RGB Variations
Color information
#C56DFB (or 0xC56DFB) is known color: Heliotrope. HEX triplet: C5, 6D and FB. RGB value is (197,109,251). Sum of RGB (Red+Green+Blue) = 197+109+251=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #C56DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56DFB is #3A9204. Grayscale: #979797. Windows color (decimal): -3838469 or 16477637. OLE color: 16477637.
HSL color Cylindrical-coordinate representation of color #C56DFB: hue angle of 277.18º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56DFB is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 109 | 251 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.02 |
| HSL | 277.18º | 0.95% | 0.71% | - |
| HSV(B) | 277.18º | 0.57% | 0.98% | - |
| XYZ | 45.91 | 29.77 | 94.59 | - |
| YUV | 151.5 | 184.15 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 251 | 0.22 | 0.57 | 0 | 0.02 | 277.18 | 0.95 | 0.71 |
| Hex | C5 | 6D | FB | 16 | 39 | 0 | 2 | 115 | 5F | 47 |
| Octal | 305 | 155 | 373 | 26 | 71 | 0 | 2 | 425 | 137 | 107 |
| Binary | 11000101 | 1101101 | 11111011 | 10110 | 111001 | 0 | 10 | 100010101 | 1011111 | 1000111 |
Color Harmonies of #C56DFB
Complementary color
Monochromatic Colors of #C56DFB
Black with #C56DFB
Text Example
Text Example
White with #C56DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DFB; }
p { color: rgb(197,109,251); }
H1.HeaderClassName
{
color: #C56DFB;
}
.AnyTagClassName
{
color: #C56DFB;
}
</style>
background-color css
<style>
a { background-color: #C56DFB; }
a { background-color: rgb(197,109,251); }
div.DivClassName
{
background-color: #C56DFB;
}
.BgClassName
{
background-color: #C56DFB;
}
</style>
border-color css
<style>
span { border-color: #C56DFB; }
span { border-color: rgb(197,109,251); }
td.TdClassName
{
border-color: #C56DFB;
}
.TagClassName
{
border-color: #C56DFB;
}
</style>