Shades of Medium Orchid #C56EDC
Tints of Medium Orchid #C56EDC
RGB
CMYK
RGB Variations
Color information
#C56EDC (or 0xC56EDC) is known color: Medium Orchid. HEX triplet: C5, 6E and DC. RGB value is (197,110,220). Sum of RGB (Red+Green+Blue) = 197+110+220=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #C56EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56EDC is #3A9123. Grayscale: #949494. Windows color (decimal): -3838244 or 14446277. OLE color: 14446277.
HSL color Cylindrical-coordinate representation of color #C56EDC: hue angle of 287.45º degrees, saturation: 0.61, 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 #C56EDC is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 110 | 220 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.14 |
| HSL | 287.45º | 0.61% | 0.65% | - |
| HSV(B) | 287.45º | 0.5% | 0.86% | - |
| XYZ | 41.52 | 28.19 | 70.96 | - |
| YUV | 148.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 220 | 0.10 | 0.50 | 0 | 0.14 | 287.45 | 0.61 | 0.65 |
| Hex | C5 | 6E | DC | A | 32 | 0 | E | 11F | 3D | 41 |
| Octal | 305 | 156 | 334 | 12 | 62 | 0 | 16 | 437 | 75 | 101 |
| Binary | 11000101 | 1101110 | 11011100 | 1010 | 110010 | 0 | 1110 | 100011111 | 111101 | 1000001 |
Color Harmonies of #C56EDC
Complementary color
Monochromatic Colors of #C56EDC
Black with #C56EDC
Text Example
Text Example
White with #C56EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56EDC; }
p { color: rgb(197,110,220); }
H1.HeaderClassName
{
color: #C56EDC;
}
.AnyTagClassName
{
color: #C56EDC;
}
</style>
background-color css
<style>
a { background-color: #C56EDC; }
a { background-color: rgb(197,110,220); }
div.DivClassName
{
background-color: #C56EDC;
}
.BgClassName
{
background-color: #C56EDC;
}
</style>
border-color css
<style>
span { border-color: #C56EDC; }
span { border-color: rgb(197,110,220); }
td.TdClassName
{
border-color: #C56EDC;
}
.TagClassName
{
border-color: #C56EDC;
}
</style>