Shades of Heliotrope #C56FEB
Tints of Heliotrope #C56FEB
RGB
CMYK
RGB Variations
Color information
#C56FEB (or 0xC56FEB) is known color: Heliotrope. HEX triplet: C5, 6F and EB. RGB value is (197,111,235). Sum of RGB (Red+Green+Blue) = 197+111+235=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #C56FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56FEB is #3A9014. Grayscale: #969696. Windows color (decimal): -3837973 or 15429573. OLE color: 15429573.
HSL color Cylindrical-coordinate representation of color #C56FEB: hue angle of 281.61º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C56FEB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 111 | 235 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.08 |
| HSL | 281.61º | 0.76% | 0.68% | - |
| HSV(B) | 281.61º | 0.53% | 0.92% | - |
| XYZ | 43.71 | 29.24 | 81.94 | - |
| YUV | 150.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 235 | 0.16 | 0.53 | 0 | 0.08 | 281.61 | 0.76 | 0.68 |
| Hex | C5 | 6F | EB | 10 | 35 | 0 | 8 | 11A | 4C | 44 |
| Octal | 305 | 157 | 353 | 20 | 65 | 0 | 10 | 432 | 114 | 104 |
| Binary | 11000101 | 1101111 | 11101011 | 10000 | 110101 | 0 | 1000 | 100011010 | 1001100 | 1000100 |
Color Harmonies of #C56FEB
Complementary color
Monochromatic Colors of #C56FEB
Black with #C56FEB
Text Example
Text Example
White with #C56FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56FEB; }
p { color: rgb(197,111,235); }
H1.HeaderClassName
{
color: #C56FEB;
}
.AnyTagClassName
{
color: #C56FEB;
}
</style>
background-color css
<style>
a { background-color: #C56FEB; }
a { background-color: rgb(197,111,235); }
div.DivClassName
{
background-color: #C56FEB;
}
.BgClassName
{
background-color: #C56FEB;
}
</style>
border-color css
<style>
span { border-color: #C56FEB; }
span { border-color: rgb(197,111,235); }
td.TdClassName
{
border-color: #C56FEB;
}
.TagClassName
{
border-color: #C56FEB;
}
</style>