Shades of Heliotrope #C56CF6
Tints of Heliotrope #C56CF6
RGB
CMYK
RGB Variations
Color information
#C56CF6 (or 0xC56CF6) is known color: Heliotrope. HEX triplet: C5, 6C and F6. RGB value is (197,108,246). Sum of RGB (Red+Green+Blue) = 197+108+246=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 246 (96.48% from 255 or 44.65% from 551); Max value from RGB is 246 - color contains mainly: blue. Hex color #C56CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56CF6 is #3A9309. Grayscale: #959595. Windows color (decimal): -3838730 or 16149701. OLE color: 16149701.
HSL color Cylindrical-coordinate representation of color #C56CF6: hue angle of 278.7º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C56CF6 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 108 | 246 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.04 |
| HSL | 278.7º | 0.88% | 0.69% | - |
| HSV(B) | 278.7º | 0.56% | 0.96% | - |
| XYZ | 45.02 | 29.25 | 90.46 | - |
| YUV | 150.34 | 181.99 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 246 | 0.20 | 0.56 | 0 | 0.04 | 278.7 | 0.88 | 0.69 |
| Hex | C5 | 6C | F6 | 14 | 38 | 0 | 4 | 117 | 58 | 45 |
| Octal | 305 | 154 | 366 | 24 | 70 | 0 | 4 | 427 | 130 | 105 |
| Binary | 11000101 | 1101100 | 11110110 | 10100 | 111000 | 0 | 100 | 100010111 | 1011000 | 1000101 |
Color Harmonies of #C56CF6
Complementary color
Monochromatic Colors of #C56CF6
Black with #C56CF6
Text Example
Text Example
White with #C56CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CF6; }
p { color: rgb(197,108,246); }
H1.HeaderClassName
{
color: #C56CF6;
}
.AnyTagClassName
{
color: #C56CF6;
}
</style>
background-color css
<style>
a { background-color: #C56CF6; }
a { background-color: rgb(197,108,246); }
div.DivClassName
{
background-color: #C56CF6;
}
.BgClassName
{
background-color: #C56CF6;
}
</style>
border-color css
<style>
span { border-color: #C56CF6; }
span { border-color: rgb(197,108,246); }
td.TdClassName
{
border-color: #C56CF6;
}
.TagClassName
{
border-color: #C56CF6;
}
</style>