Shades of Heliotrope #C56DEB
Tints of Heliotrope #C56DEB
RGB
CMYK
RGB Variations
Color information
#C56DEB (or 0xC56DEB) is known color: Heliotrope. HEX triplet: C5, 6D and EB. RGB value is (197,109,235). Sum of RGB (Red+Green+Blue) = 197+109+235=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #C56DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56DEB is #3A9214. Grayscale: #959595. Windows color (decimal): -3838485 or 15429061. OLE color: 15429061.
HSL color Cylindrical-coordinate representation of color #C56DEB: hue angle of 281.9º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C56DEB is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 109 | 235 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.08 |
| HSL | 281.9º | 0.76% | 0.67% | - |
| HSV(B) | 281.9º | 0.54% | 0.92% | - |
| XYZ | 43.49 | 28.81 | 81.87 | - |
| YUV | 149.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 235 | 0.16 | 0.54 | 0 | 0.08 | 281.9 | 0.76 | 0.67 |
| Hex | C5 | 6D | EB | 10 | 36 | 0 | 8 | 11A | 4C | 43 |
| Octal | 305 | 155 | 353 | 20 | 66 | 0 | 10 | 432 | 114 | 103 |
| Binary | 11000101 | 1101101 | 11101011 | 10000 | 110110 | 0 | 1000 | 100011010 | 1001100 | 1000011 |
Color Harmonies of #C56DEB
Complementary color
Monochromatic Colors of #C56DEB
Black with #C56DEB
Text Example
Text Example
White with #C56DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DEB; }
p { color: rgb(197,109,235); }
H1.HeaderClassName
{
color: #C56DEB;
}
.AnyTagClassName
{
color: #C56DEB;
}
</style>
background-color css
<style>
a { background-color: #C56DEB; }
a { background-color: rgb(197,109,235); }
div.DivClassName
{
background-color: #C56DEB;
}
.BgClassName
{
background-color: #C56DEB;
}
</style>
border-color css
<style>
span { border-color: #C56DEB; }
span { border-color: rgb(197,109,235); }
td.TdClassName
{
border-color: #C56DEB;
}
.TagClassName
{
border-color: #C56DEB;
}
</style>