Shades of Heliotrope #C56AEE
Tints of Heliotrope #C56AEE
RGB
CMYK
RGB Variations
Color information
#C56AEE (or 0xC56AEE) is known color: Heliotrope. HEX triplet: C5, 6A and EE. RGB value is (197,106,238). Sum of RGB (Red+Green+Blue) = 197+106+238=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #C56AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56AEE is #3A9511. Grayscale: #939393. Windows color (decimal): -3839250 or 15624901. OLE color: 15624901.
HSL color Cylindrical-coordinate representation of color #C56AEE: hue angle of 281.36º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C56AEE is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 106 | 238 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.07 |
| HSL | 281.36º | 0.8% | 0.67% | - |
| HSV(B) | 281.36º | 0.55% | 0.93% | - |
| XYZ | 43.61 | 28.35 | 84.06 | - |
| YUV | 148.26 | 178.65 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 238 | 0.17 | 0.55 | 0 | 0.07 | 281.36 | 0.8 | 0.67 |
| Hex | C5 | 6A | EE | 11 | 37 | 0 | 7 | 119 | 50 | 43 |
| Octal | 305 | 152 | 356 | 21 | 67 | 0 | 7 | 431 | 120 | 103 |
| Binary | 11000101 | 1101010 | 11101110 | 10001 | 110111 | 0 | 111 | 100011001 | 1010000 | 1000011 |
Color Harmonies of #C56AEE
Complementary color
Monochromatic Colors of #C56AEE
Black with #C56AEE
Text Example
Text Example
White with #C56AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56AEE; }
p { color: rgb(197,106,238); }
H1.HeaderClassName
{
color: #C56AEE;
}
.AnyTagClassName
{
color: #C56AEE;
}
</style>
background-color css
<style>
a { background-color: #C56AEE; }
a { background-color: rgb(197,106,238); }
div.DivClassName
{
background-color: #C56AEE;
}
.BgClassName
{
background-color: #C56AEE;
}
</style>
border-color css
<style>
span { border-color: #C56AEE; }
span { border-color: rgb(197,106,238); }
td.TdClassName
{
border-color: #C56AEE;
}
.TagClassName
{
border-color: #C56AEE;
}
</style>