Shades of Medium Orchid #C56ED9
Tints of Medium Orchid #C56ED9
RGB
CMYK
RGB Variations
Color information
#C56ED9 (or 0xC56ED9) is known color: Medium Orchid. HEX triplet: C5, 6E and D9. RGB value is (197,110,217). Sum of RGB (Red+Green+Blue) = 197+110+217=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #C56ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56ED9 is #3A9126. Grayscale: #939393. Windows color (decimal): -3838247 or 14249669. OLE color: 14249669.
HSL color Cylindrical-coordinate representation of color #C56ED9: hue angle of 288.79º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56ED9 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 110 | 217 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.15 |
| HSL | 288.79º | 0.58% | 0.64% | - |
| HSV(B) | 288.79º | 0.49% | 0.85% | - |
| XYZ | 41.13 | 28.03 | 68.89 | - |
| YUV | 148.21 | 166.82 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 217 | 0.09 | 0.49 | 0 | 0.15 | 288.79 | 0.58 | 0.64 |
| Hex | C5 | 6E | D9 | 9 | 31 | 0 | F | 121 | 3A | 40 |
| Octal | 305 | 156 | 331 | 11 | 61 | 0 | 17 | 441 | 72 | 100 |
| Binary | 11000101 | 1101110 | 11011001 | 1001 | 110001 | 0 | 1111 | 100100001 | 111010 | 1000000 |
Color Harmonies of #C56ED9
Complementary color
Monochromatic Colors of #C56ED9
Black with #C56ED9
Text Example
Text Example
White with #C56ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56ED9; }
p { color: rgb(197,110,217); }
H1.HeaderClassName
{
color: #C56ED9;
}
.AnyTagClassName
{
color: #C56ED9;
}
</style>
background-color css
<style>
a { background-color: #C56ED9; }
a { background-color: rgb(197,110,217); }
div.DivClassName
{
background-color: #C56ED9;
}
.BgClassName
{
background-color: #C56ED9;
}
</style>
border-color css
<style>
span { border-color: #C56ED9; }
span { border-color: rgb(197,110,217); }
td.TdClassName
{
border-color: #C56ED9;
}
.TagClassName
{
border-color: #C56ED9;
}
</style>