Shades of Medium Orchid #C56EE7
Tints of Medium Orchid #C56EE7
RGB
CMYK
RGB Variations
Color information
#C56EE7 (or 0xC56EE7) is known color: Medium Orchid. HEX triplet: C5, 6E and E7. RGB value is (197,110,231). Sum of RGB (Red+Green+Blue) = 197+110+231=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #C56EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C56EE7 is #3A9118. Grayscale: #959595. Windows color (decimal): -3838233 or 15167173. OLE color: 15167173.
HSL color Cylindrical-coordinate representation of color #C56EE7: hue angle of 283.14º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C56EE7 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 110 | 231 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.09 |
| HSL | 283.14º | 0.72% | 0.67% | - |
| HSV(B) | 283.14º | 0.52% | 0.91% | - |
| XYZ | 43.03 | 28.79 | 78.89 | - |
| YUV | 149.81 | 173.82 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 231 | 0.15 | 0.52 | 0 | 0.09 | 283.14 | 0.72 | 0.67 |
| Hex | C5 | 6E | E7 | F | 34 | 0 | 9 | 11B | 48 | 43 |
| Octal | 305 | 156 | 347 | 17 | 64 | 0 | 11 | 433 | 110 | 103 |
| Binary | 11000101 | 1101110 | 11100111 | 1111 | 110100 | 0 | 1001 | 100011011 | 1001000 | 1000011 |
Color Harmonies of #C56EE7
Complementary color
Monochromatic Colors of #C56EE7
Black with #C56EE7
Text Example
Text Example
White with #C56EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56EE7; }
p { color: rgb(197,110,231); }
H1.HeaderClassName
{
color: #C56EE7;
}
.AnyTagClassName
{
color: #C56EE7;
}
</style>
background-color css
<style>
a { background-color: #C56EE7; }
a { background-color: rgb(197,110,231); }
div.DivClassName
{
background-color: #C56EE7;
}
.BgClassName
{
background-color: #C56EE7;
}
</style>
border-color css
<style>
span { border-color: #C56EE7; }
span { border-color: rgb(197,110,231); }
td.TdClassName
{
border-color: #C56EE7;
}
.TagClassName
{
border-color: #C56EE7;
}
</style>