Shades of Medium Orchid #C56EE2
Tints of Medium Orchid #C56EE2
RGB
CMYK
RGB Variations
Color information
#C56EE2 (or 0xC56EE2) is known color: Medium Orchid. HEX triplet: C5, 6E and E2. RGB value is (197,110,226). Sum of RGB (Red+Green+Blue) = 197+110+226=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 226 (88.67% from 255 or 42.40% from 533); Max value from RGB is 226 - color contains mainly: blue. Hex color #C56EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56EE2 is #3A911D. Grayscale: #949494. Windows color (decimal): -3838238 or 14839493. OLE color: 14839493.
HSL color Cylindrical-coordinate representation of color #C56EE2: hue angle of 285º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56EE2 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 110 | 226 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.11 |
| HSL | 285º | 0.67% | 0.66% | - |
| HSV(B) | 285º | 0.51% | 0.89% | - |
| XYZ | 42.33 | 28.51 | 75.22 | - |
| YUV | 149.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 226 | 0.13 | 0.51 | 0 | 0.11 | 285 | 0.67 | 0.66 |
| Hex | C5 | 6E | E2 | D | 33 | 0 | B | 11D | 43 | 42 |
| Octal | 305 | 156 | 342 | 15 | 63 | 0 | 13 | 435 | 103 | 102 |
| Binary | 11000101 | 1101110 | 11100010 | 1101 | 110011 | 0 | 1011 | 100011101 | 1000011 | 1000010 |
Color Harmonies of #C56EE2
Complementary color
Monochromatic Colors of #C56EE2
Black with #C56EE2
Text Example
Text Example
White with #C56EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56EE2; }
p { color: rgb(197,110,226); }
H1.HeaderClassName
{
color: #C56EE2;
}
.AnyTagClassName
{
color: #C56EE2;
}
</style>
background-color css
<style>
a { background-color: #C56EE2; }
a { background-color: rgb(197,110,226); }
div.DivClassName
{
background-color: #C56EE2;
}
.BgClassName
{
background-color: #C56EE2;
}
</style>
border-color css
<style>
span { border-color: #C56EE2; }
span { border-color: rgb(197,110,226); }
td.TdClassName
{
border-color: #C56EE2;
}
.TagClassName
{
border-color: #C56EE2;
}
</style>