Shades of Heliotrope #C56CED
Tints of Heliotrope #C56CED
RGB
CMYK
RGB Variations
Color information
#C56CED (or 0xC56CED) is known color: Heliotrope. HEX triplet: C5, 6C and ED. RGB value is (197,108,237). Sum of RGB (Red+Green+Blue) = 197+108+237=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 108 (42.58% from 255 or 19.93% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #C56CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56CED is #3A9312. Grayscale: #949494. Windows color (decimal): -3838739 or 15559877. OLE color: 15559877.
HSL color Cylindrical-coordinate representation of color #C56CED: hue angle of 281.4º degrees, saturation: 0.78, 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 #C56CED is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 108 | 237 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.07 |
| HSL | 281.4º | 0.78% | 0.68% | - |
| HSV(B) | 281.4º | 0.54% | 0.93% | - |
| XYZ | 43.67 | 28.71 | 83.36 | - |
| YUV | 149.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 237 | 0.17 | 0.54 | 0 | 0.07 | 281.4 | 0.78 | 0.68 |
| Hex | C5 | 6C | ED | 11 | 36 | 0 | 7 | 119 | 4E | 44 |
| Octal | 305 | 154 | 355 | 21 | 66 | 0 | 7 | 431 | 116 | 104 |
| Binary | 11000101 | 1101100 | 11101101 | 10001 | 110110 | 0 | 111 | 100011001 | 1001110 | 1000100 |
Color Harmonies of #C56CED
Complementary color
Monochromatic Colors of #C56CED
Black with #C56CED
Text Example
Text Example
White with #C56CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56CED; }
p { color: rgb(197,108,237); }
H1.HeaderClassName
{
color: #C56CED;
}
.AnyTagClassName
{
color: #C56CED;
}
</style>
background-color css
<style>
a { background-color: #C56CED; }
a { background-color: rgb(197,108,237); }
div.DivClassName
{
background-color: #C56CED;
}
.BgClassName
{
background-color: #C56CED;
}
</style>
border-color css
<style>
span { border-color: #C56CED; }
span { border-color: rgb(197,108,237); }
td.TdClassName
{
border-color: #C56CED;
}
.TagClassName
{
border-color: #C56CED;
}
</style>