Shades of Heliotrope #C56DEA
Tints of Heliotrope #C56DEA
RGB
CMYK
RGB Variations
Color information
#C56DEA (or 0xC56DEA) is known color: Heliotrope. HEX triplet: C5, 6D and EA. RGB value is (197,109,234). Sum of RGB (Red+Green+Blue) = 197+109+234=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 109 (42.97% from 255 or 20.19% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #C56DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56DEA is #3A9215. Grayscale: #959595. Windows color (decimal): -3838486 or 15363525. OLE color: 15363525.
HSL color Cylindrical-coordinate representation of color #C56DEA: hue angle of 282.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C56DEA is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 109 | 234 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.08 |
| HSL | 282.24º | 0.75% | 0.67% | - |
| HSV(B) | 282.24º | 0.53% | 0.92% | - |
| XYZ | 43.35 | 28.75 | 81.11 | - |
| YUV | 149.56 | 175.65 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 234 | 0.16 | 0.53 | 0 | 0.08 | 282.24 | 0.75 | 0.67 |
| Hex | C5 | 6D | EA | 10 | 35 | 0 | 8 | 11A | 4B | 43 |
| Octal | 305 | 155 | 352 | 20 | 65 | 0 | 10 | 432 | 113 | 103 |
| Binary | 11000101 | 1101101 | 11101010 | 10000 | 110101 | 0 | 1000 | 100011010 | 1001011 | 1000011 |
Color Harmonies of #C56DEA
Complementary color
Monochromatic Colors of #C56DEA
Black with #C56DEA
Text Example
Text Example
White with #C56DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56DEA; }
p { color: rgb(197,109,234); }
H1.HeaderClassName
{
color: #C56DEA;
}
.AnyTagClassName
{
color: #C56DEA;
}
</style>
background-color css
<style>
a { background-color: #C56DEA; }
a { background-color: rgb(197,109,234); }
div.DivClassName
{
background-color: #C56DEA;
}
.BgClassName
{
background-color: #C56DEA;
}
</style>
border-color css
<style>
span { border-color: #C56DEA; }
span { border-color: rgb(197,109,234); }
td.TdClassName
{
border-color: #C56DEA;
}
.TagClassName
{
border-color: #C56DEA;
}
</style>