Shades of Heliotrope #C56BED
Tints of Heliotrope #C56BED
RGB
CMYK
RGB Variations
Color information
#C56BED (or 0xC56BED) is known color: Heliotrope. HEX triplet: C5, 6B and ED. RGB value is (197,107,237). Sum of RGB (Red+Green+Blue) = 197+107+237=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #C56BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56BED is #3A9412. Grayscale: #949494. Windows color (decimal): -3838995 or 15559621. OLE color: 15559621.
HSL color Cylindrical-coordinate representation of color #C56BED: hue angle of 281.54º degrees, saturation: 0.78, 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 #C56BED is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 107 | 237 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.07 |
| HSL | 281.54º | 0.78% | 0.67% | - |
| HSV(B) | 281.54º | 0.55% | 0.93% | - |
| XYZ | 43.57 | 28.5 | 83.33 | - |
| YUV | 148.73 | 177.82 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 237 | 0.17 | 0.55 | 0 | 0.07 | 281.54 | 0.78 | 0.67 |
| Hex | C5 | 6B | ED | 11 | 37 | 0 | 7 | 11A | 4E | 43 |
| Octal | 305 | 153 | 355 | 21 | 67 | 0 | 7 | 432 | 116 | 103 |
| Binary | 11000101 | 1101011 | 11101101 | 10001 | 110111 | 0 | 111 | 100011010 | 1001110 | 1000011 |
Color Harmonies of #C56BED
Complementary color
Monochromatic Colors of #C56BED
Black with #C56BED
Text Example
Text Example
White with #C56BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56BED; }
p { color: rgb(197,107,237); }
H1.HeaderClassName
{
color: #C56BED;
}
.AnyTagClassName
{
color: #C56BED;
}
</style>
background-color css
<style>
a { background-color: #C56BED; }
a { background-color: rgb(197,107,237); }
div.DivClassName
{
background-color: #C56BED;
}
.BgClassName
{
background-color: #C56BED;
}
</style>
border-color css
<style>
span { border-color: #C56BED; }
span { border-color: rgb(197,107,237); }
td.TdClassName
{
border-color: #C56BED;
}
.TagClassName
{
border-color: #C56BED;
}
</style>