Shades of Medium Orchid #C56EE3
Tints of Medium Orchid #C56EE3
RGB
CMYK
RGB Variations
Color information
#C56EE3 (or 0xC56EE3) is known color: Medium Orchid. HEX triplet: C5, 6E and E3. RGB value is (197,110,227). Sum of RGB (Red+Green+Blue) = 197+110+227=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #C56EE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56EE3 is #3A911C. Grayscale: #949494. Windows color (decimal): -3838237 or 14905029. OLE color: 14905029.
HSL color Cylindrical-coordinate representation of color #C56EE3: hue angle of 284.62º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C56EE3 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 110 | 227 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.11 |
| HSL | 284.62º | 0.68% | 0.66% | - |
| HSV(B) | 284.62º | 0.52% | 0.89% | - |
| XYZ | 42.47 | 28.57 | 75.95 | - |
| YUV | 149.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 227 | 0.13 | 0.52 | 0 | 0.11 | 284.62 | 0.68 | 0.66 |
| Hex | C5 | 6E | E3 | D | 34 | 0 | B | 11D | 44 | 42 |
| Octal | 305 | 156 | 343 | 15 | 64 | 0 | 13 | 435 | 104 | 102 |
| Binary | 11000101 | 1101110 | 11100011 | 1101 | 110100 | 0 | 1011 | 100011101 | 1000100 | 1000010 |
Color Harmonies of #C56EE3
Complementary color
Monochromatic Colors of #C56EE3
Black with #C56EE3
Text Example
Text Example
White with #C56EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56EE3; }
p { color: rgb(197,110,227); }
H1.HeaderClassName
{
color: #C56EE3;
}
.AnyTagClassName
{
color: #C56EE3;
}
</style>
background-color css
<style>
a { background-color: #C56EE3; }
a { background-color: rgb(197,110,227); }
div.DivClassName
{
background-color: #C56EE3;
}
.BgClassName
{
background-color: #C56EE3;
}
</style>
border-color css
<style>
span { border-color: #C56EE3; }
span { border-color: rgb(197,110,227); }
td.TdClassName
{
border-color: #C56EE3;
}
.TagClassName
{
border-color: #C56EE3;
}
</style>