Shades of Heliotrope #C56DEE
Tints of Heliotrope #C56DEE
RGB
CMYK
RGB Variations
Color information
#C56DEE (or 0xC56DEE) is known color: Heliotrope. HEX triplet: C5, 6D and EE. RGB value is (197,109,238). Sum of RGB (Red+Green+Blue) = 197+109+238=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #C56DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56DEE is #3A9211. Grayscale: #959595. Windows color (decimal): -3838482 or 15625669. OLE color: 15625669.
HSL color Cylindrical-coordinate representation of color #C56DEE: hue angle of 280.93º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C56DEE is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 109 | 238 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.07 |
| HSL | 280.93º | 0.79% | 0.68% | - |
| HSV(B) | 280.93º | 0.54% | 0.93% | - |
| XYZ | 43.93 | 28.98 | 84.17 | - |
| YUV | 150.02 | 177.65 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 238 | 0.17 | 0.54 | 0 | 0.07 | 280.93 | 0.79 | 0.68 |
| Hex | C5 | 6D | EE | 11 | 36 | 0 | 7 | 119 | 4F | 44 |
| Octal | 305 | 155 | 356 | 21 | 66 | 0 | 7 | 431 | 117 | 104 |
| Binary | 11000101 | 1101101 | 11101110 | 10001 | 110110 | 0 | 111 | 100011001 | 1001111 | 1000100 |
Color Harmonies of #C56DEE
Complementary color
Monochromatic Colors of #C56DEE
Black with #C56DEE
Text Example
Text Example
White with #C56DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DEE; }
p { color: rgb(197,109,238); }
H1.HeaderClassName
{
color: #C56DEE;
}
.AnyTagClassName
{
color: #C56DEE;
}
</style>
background-color css
<style>
a { background-color: #C56DEE; }
a { background-color: rgb(197,109,238); }
div.DivClassName
{
background-color: #C56DEE;
}
.BgClassName
{
background-color: #C56DEE;
}
</style>
border-color css
<style>
span { border-color: #C56DEE; }
span { border-color: rgb(197,109,238); }
td.TdClassName
{
border-color: #C56DEE;
}
.TagClassName
{
border-color: #C56DEE;
}
</style>