Shades of Medium Orchid #C562EC
Tints of Medium Orchid #C562EC
RGB
CMYK
RGB Variations
Color information
#C562EC (or 0xC562EC) is known color: Medium Orchid. HEX triplet: C5, 62 and EC. RGB value is (197,98,236). Sum of RGB (Red+Green+Blue) = 197+98+236=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #C562EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C562EC is #3A9D13. Grayscale: #8E8E8E. Windows color (decimal): -3841300 or 15491781. OLE color: 15491781.
HSL color Cylindrical-coordinate representation of color #C562EC: hue angle of 283.04º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C562EC is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 98 | 236 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.07 |
| HSL | 283.04º | 0.78% | 0.65% | - |
| HSV(B) | 283.04º | 0.58% | 0.93% | - |
| XYZ | 42.53 | 26.66 | 82.26 | - |
| YUV | 143.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 236 | 0.17 | 0.58 | 0 | 0.07 | 283.04 | 0.78 | 0.65 |
| Hex | C5 | 62 | EC | 11 | 3A | 0 | 7 | 11B | 4E | 41 |
| Octal | 305 | 142 | 354 | 21 | 72 | 0 | 7 | 433 | 116 | 101 |
| Binary | 11000101 | 1100010 | 11101100 | 10001 | 111010 | 0 | 111 | 100011011 | 1001110 | 1000001 |
Color Harmonies of #C562EC
Complementary color
Monochromatic Colors of #C562EC
Black with #C562EC
Text Example
Text Example
White with #C562EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562EC; }
p { color: rgb(197,98,236); }
H1.HeaderClassName
{
color: #C562EC;
}
.AnyTagClassName
{
color: #C562EC;
}
</style>
background-color css
<style>
a { background-color: #C562EC; }
a { background-color: rgb(197,98,236); }
div.DivClassName
{
background-color: #C562EC;
}
.BgClassName
{
background-color: #C562EC;
}
</style>
border-color css
<style>
span { border-color: #C562EC; }
span { border-color: rgb(197,98,236); }
td.TdClassName
{
border-color: #C562EC;
}
.TagClassName
{
border-color: #C562EC;
}
</style>