Shades of Medium Orchid #C56EE0
Tints of Medium Orchid #C56EE0
RGB
CMYK
RGB Variations
Color information
#C56EE0 (or 0xC56EE0) is known color: Medium Orchid. HEX triplet: C5, 6E and E0. RGB value is (197,110,224). Sum of RGB (Red+Green+Blue) = 197+110+224=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #C56EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C56EE0 is #3A911F. Grayscale: #949494. Windows color (decimal): -3838240 or 14708421. OLE color: 14708421.
HSL color Cylindrical-coordinate representation of color #C56EE0: hue angle of 285.79º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56EE0 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 110 | 224 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.12 |
| HSL | 285.79º | 0.65% | 0.65% | - |
| HSV(B) | 285.79º | 0.51% | 0.88% | - |
| XYZ | 42.06 | 28.4 | 73.79 | - |
| YUV | 149.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 224 | 0.12 | 0.51 | 0 | 0.12 | 285.79 | 0.65 | 0.65 |
| Hex | C5 | 6E | E0 | C | 33 | 0 | C | 11E | 41 | 41 |
| Octal | 305 | 156 | 340 | 14 | 63 | 0 | 14 | 436 | 101 | 101 |
| Binary | 11000101 | 1101110 | 11100000 | 1100 | 110011 | 0 | 1100 | 100011110 | 1000001 | 1000001 |
Color Harmonies of #C56EE0
Complementary color
Monochromatic Colors of #C56EE0
Black with #C56EE0
Text Example
Text Example
White with #C56EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56EE0; }
p { color: rgb(197,110,224); }
H1.HeaderClassName
{
color: #C56EE0;
}
.AnyTagClassName
{
color: #C56EE0;
}
</style>
background-color css
<style>
a { background-color: #C56EE0; }
a { background-color: rgb(197,110,224); }
div.DivClassName
{
background-color: #C56EE0;
}
.BgClassName
{
background-color: #C56EE0;
}
</style>
border-color css
<style>
span { border-color: #C56EE0; }
span { border-color: rgb(197,110,224); }
td.TdClassName
{
border-color: #C56EE0;
}
.TagClassName
{
border-color: #C56EE0;
}
</style>