Shades of Heliotrope #C56CF0
Tints of Heliotrope #C56CF0
RGB
CMYK
RGB Variations
Color information
#C56CF0 (or 0xC56CF0) is known color: Heliotrope. HEX triplet: C5, 6C and F0. RGB value is (197,108,240). Sum of RGB (Red+Green+Blue) = 197+108+240=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #C56CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56CF0 is #3A930F. Grayscale: #959595. Windows color (decimal): -3838736 or 15756485. OLE color: 15756485.
HSL color Cylindrical-coordinate representation of color #C56CF0: hue angle of 280.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C56CF0 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 108 | 240 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.06 |
| HSL | 280.45º | 0.81% | 0.68% | - |
| HSV(B) | 280.45º | 0.55% | 0.94% | - |
| XYZ | 44.12 | 28.89 | 85.69 | - |
| YUV | 149.66 | 178.99 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 240 | 0.18 | 0.55 | 0 | 0.06 | 280.45 | 0.81 | 0.68 |
| Hex | C5 | 6C | F0 | 12 | 37 | 0 | 6 | 118 | 51 | 44 |
| Octal | 305 | 154 | 360 | 22 | 67 | 0 | 6 | 430 | 121 | 104 |
| Binary | 11000101 | 1101100 | 11110000 | 10010 | 110111 | 0 | 110 | 100011000 | 1010001 | 1000100 |
Color Harmonies of #C56CF0
Complementary color
Monochromatic Colors of #C56CF0
Black with #C56CF0
Text Example
Text Example
White with #C56CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CF0; }
p { color: rgb(197,108,240); }
H1.HeaderClassName
{
color: #C56CF0;
}
.AnyTagClassName
{
color: #C56CF0;
}
</style>
background-color css
<style>
a { background-color: #C56CF0; }
a { background-color: rgb(197,108,240); }
div.DivClassName
{
background-color: #C56CF0;
}
.BgClassName
{
background-color: #C56CF0;
}
</style>
border-color css
<style>
span { border-color: #C56CF0; }
span { border-color: rgb(197,108,240); }
td.TdClassName
{
border-color: #C56CF0;
}
.TagClassName
{
border-color: #C56CF0;
}
</style>