Shades of Medium Orchid #C56EDA
Tints of Medium Orchid #C56EDA
RGB
CMYK
RGB Variations
Color information
#C56EDA (or 0xC56EDA) is known color: Medium Orchid. HEX triplet: C5, 6E and DA. RGB value is (197,110,218). Sum of RGB (Red+Green+Blue) = 197+110+218=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #C56EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56EDA is #3A9125. Grayscale: #939393. Windows color (decimal): -3838246 or 14315205. OLE color: 14315205.
HSL color Cylindrical-coordinate representation of color #C56EDA: hue angle of 288.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56EDA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 110 | 218 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.15 |
| HSL | 288.33º | 0.59% | 0.64% | - |
| HSV(B) | 288.33º | 0.5% | 0.85% | - |
| XYZ | 41.26 | 28.08 | 69.58 | - |
| YUV | 148.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 218 | 0.10 | 0.50 | 0 | 0.15 | 288.33 | 0.59 | 0.64 |
| Hex | C5 | 6E | DA | A | 32 | 0 | F | 120 | 3B | 40 |
| Octal | 305 | 156 | 332 | 12 | 62 | 0 | 17 | 440 | 73 | 100 |
| Binary | 11000101 | 1101110 | 11011010 | 1010 | 110010 | 0 | 1111 | 100100000 | 111011 | 1000000 |
Color Harmonies of #C56EDA
Complementary color
Monochromatic Colors of #C56EDA
Black with #C56EDA
Text Example
Text Example
White with #C56EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56EDA; }
p { color: rgb(197,110,218); }
H1.HeaderClassName
{
color: #C56EDA;
}
.AnyTagClassName
{
color: #C56EDA;
}
</style>
background-color css
<style>
a { background-color: #C56EDA; }
a { background-color: rgb(197,110,218); }
div.DivClassName
{
background-color: #C56EDA;
}
.BgClassName
{
background-color: #C56EDA;
}
</style>
border-color css
<style>
span { border-color: #C56EDA; }
span { border-color: rgb(197,110,218); }
td.TdClassName
{
border-color: #C56EDA;
}
.TagClassName
{
border-color: #C56EDA;
}
</style>