Shades of Heliotrope #C56CEE
Tints of Heliotrope #C56CEE
RGB
CMYK
RGB Variations
Color information
#C56CEE (or 0xC56CEE) is known color: Heliotrope. HEX triplet: C5, 6C and EE. RGB value is (197,108,238). Sum of RGB (Red+Green+Blue) = 197+108+238=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #C56CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56CEE is #3A9311. Grayscale: #959595. Windows color (decimal): -3838738 or 15625413. OLE color: 15625413.
HSL color Cylindrical-coordinate representation of color #C56CEE: hue angle of 281.08º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C56CEE is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 108 | 238 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.07 |
| HSL | 281.08º | 0.79% | 0.68% | - |
| HSV(B) | 281.08º | 0.55% | 0.93% | - |
| XYZ | 43.82 | 28.77 | 84.13 | - |
| YUV | 149.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 238 | 0.17 | 0.55 | 0 | 0.07 | 281.08 | 0.79 | 0.68 |
| Hex | C5 | 6C | EE | 11 | 37 | 0 | 7 | 119 | 4F | 44 |
| Octal | 305 | 154 | 356 | 21 | 67 | 0 | 7 | 431 | 117 | 104 |
| Binary | 11000101 | 1101100 | 11101110 | 10001 | 110111 | 0 | 111 | 100011001 | 1001111 | 1000100 |
Color Harmonies of #C56CEE
Complementary color
Monochromatic Colors of #C56CEE
Black with #C56CEE
Text Example
Text Example
White with #C56CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CEE; }
p { color: rgb(197,108,238); }
H1.HeaderClassName
{
color: #C56CEE;
}
.AnyTagClassName
{
color: #C56CEE;
}
</style>
background-color css
<style>
a { background-color: #C56CEE; }
a { background-color: rgb(197,108,238); }
div.DivClassName
{
background-color: #C56CEE;
}
.BgClassName
{
background-color: #C56CEE;
}
</style>
border-color css
<style>
span { border-color: #C56CEE; }
span { border-color: rgb(197,108,238); }
td.TdClassName
{
border-color: #C56CEE;
}
.TagClassName
{
border-color: #C56CEE;
}
</style>