Shades of Medium Orchid #C562DC
Tints of Medium Orchid #C562DC
RGB
CMYK
RGB Variations
Color information
#C562DC (or 0xC562DC) is known color: Medium Orchid. HEX triplet: C5, 62 and DC. RGB value is (197,98,220). Sum of RGB (Red+Green+Blue) = 197+98+220=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 98 (38.67% from 255 or 19.03% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #C562DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562DC is #3A9D23. Grayscale: #8D8D8D. Windows color (decimal): -3841316 or 14443205. OLE color: 14443205.
HSL color Cylindrical-coordinate representation of color #C562DC: hue angle of 288.69º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C562DC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 98 | 220 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.14 |
| HSL | 288.69º | 0.64% | 0.62% | - |
| HSV(B) | 288.69º | 0.55% | 0.86% | - |
| XYZ | 40.31 | 25.77 | 70.56 | - |
| YUV | 141.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 220 | 0.10 | 0.55 | 0 | 0.14 | 288.69 | 0.64 | 0.62 |
| Hex | C5 | 62 | DC | A | 37 | 0 | E | 121 | 40 | 3E |
| Octal | 305 | 142 | 334 | 12 | 67 | 0 | 16 | 441 | 100 | 76 |
| Binary | 11000101 | 1100010 | 11011100 | 1010 | 110111 | 0 | 1110 | 100100001 | 1000000 | 111110 |
Color Harmonies of #C562DC
Complementary color
Monochromatic Colors of #C562DC
Black with #C562DC
Text Example
Text Example
White with #C562DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562DC; }
p { color: rgb(197,98,220); }
H1.HeaderClassName
{
color: #C562DC;
}
.AnyTagClassName
{
color: #C562DC;
}
</style>
background-color css
<style>
a { background-color: #C562DC; }
a { background-color: rgb(197,98,220); }
div.DivClassName
{
background-color: #C562DC;
}
.BgClassName
{
background-color: #C562DC;
}
</style>
border-color css
<style>
span { border-color: #C562DC; }
span { border-color: rgb(197,98,220); }
td.TdClassName
{
border-color: #C562DC;
}
.TagClassName
{
border-color: #C562DC;
}
</style>