Shades of Medium Orchid #C56EDB
Tints of Medium Orchid #C56EDB
RGB
CMYK
RGB Variations
Color information
#C56EDB (or 0xC56EDB) is known color: Medium Orchid. HEX triplet: C5, 6E and DB. RGB value is (197,110,219). Sum of RGB (Red+Green+Blue) = 197+110+219=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #C56EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56EDB is #3A9124. Grayscale: #949494. Windows color (decimal): -3838245 or 14380741. OLE color: 14380741.
HSL color Cylindrical-coordinate representation of color #C56EDB: hue angle of 287.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56EDB is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 110 | 219 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.14 |
| HSL | 287.89º | 0.6% | 0.65% | - |
| HSV(B) | 287.89º | 0.5% | 0.86% | - |
| XYZ | 41.39 | 28.14 | 70.27 | - |
| YUV | 148.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 219 | 0.10 | 0.50 | 0 | 0.14 | 287.89 | 0.6 | 0.65 |
| Hex | C5 | 6E | DB | A | 32 | 0 | E | 120 | 3C | 41 |
| Octal | 305 | 156 | 333 | 12 | 62 | 0 | 16 | 440 | 74 | 101 |
| Binary | 11000101 | 1101110 | 11011011 | 1010 | 110010 | 0 | 1110 | 100100000 | 111100 | 1000001 |
Color Harmonies of #C56EDB
Complementary color
Monochromatic Colors of #C56EDB
Black with #C56EDB
Text Example
Text Example
White with #C56EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56EDB; }
p { color: rgb(197,110,219); }
H1.HeaderClassName
{
color: #C56EDB;
}
.AnyTagClassName
{
color: #C56EDB;
}
</style>
background-color css
<style>
a { background-color: #C56EDB; }
a { background-color: rgb(197,110,219); }
div.DivClassName
{
background-color: #C56EDB;
}
.BgClassName
{
background-color: #C56EDB;
}
</style>
border-color css
<style>
span { border-color: #C56EDB; }
span { border-color: rgb(197,110,219); }
td.TdClassName
{
border-color: #C56EDB;
}
.TagClassName
{
border-color: #C56EDB;
}
</style>