Shades of Medium Orchid #C560EC
Tints of Medium Orchid #C560EC
RGB
CMYK
RGB Variations
Color information
#C560EC (or 0xC560EC) is known color: Medium Orchid. HEX triplet: C5, 60 and EC. RGB value is (197,96,236). Sum of RGB (Red+Green+Blue) = 197+96+236=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #C560EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C560EC is #3A9F13. Grayscale: #8D8D8D. Windows color (decimal): -3841812 or 15491269. OLE color: 15491269.
HSL color Cylindrical-coordinate representation of color #C560EC: hue angle of 283.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C560EC is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 96 | 236 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.07 |
| HSL | 283.29º | 0.79% | 0.65% | - |
| HSV(B) | 283.29º | 0.59% | 0.93% | - |
| XYZ | 42.35 | 26.29 | 82.2 | - |
| YUV | 142.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 236 | 0.17 | 0.59 | 0 | 0.07 | 283.29 | 0.79 | 0.65 |
| Hex | C5 | 60 | EC | 11 | 3B | 0 | 7 | 11B | 4F | 41 |
| Octal | 305 | 140 | 354 | 21 | 73 | 0 | 7 | 433 | 117 | 101 |
| Binary | 11000101 | 1100000 | 11101100 | 10001 | 111011 | 0 | 111 | 100011011 | 1001111 | 1000001 |
Color Harmonies of #C560EC
Complementary color
Monochromatic Colors of #C560EC
Black with #C560EC
Text Example
Text Example
White with #C560EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C560EC; }
p { color: rgb(197,96,236); }
H1.HeaderClassName
{
color: #C560EC;
}
.AnyTagClassName
{
color: #C560EC;
}
</style>
background-color css
<style>
a { background-color: #C560EC; }
a { background-color: rgb(197,96,236); }
div.DivClassName
{
background-color: #C560EC;
}
.BgClassName
{
background-color: #C560EC;
}
</style>
border-color css
<style>
span { border-color: #C560EC; }
span { border-color: rgb(197,96,236); }
td.TdClassName
{
border-color: #C560EC;
}
.TagClassName
{
border-color: #C560EC;
}
</style>