Shades of Medium Orchid #C562EB
Tints of Medium Orchid #C562EB
RGB
CMYK
RGB Variations
Color information
#C562EB (or 0xC562EB) is known color: Medium Orchid. HEX triplet: C5, 62 and EB. RGB value is (197,98,235). Sum of RGB (Red+Green+Blue) = 197+98+235=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #C562EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C562EB is #3A9D14. Grayscale: #8E8E8E. Windows color (decimal): -3841301 or 15426245. OLE color: 15426245.
HSL color Cylindrical-coordinate representation of color #C562EB: hue angle of 283.36º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C562EB is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 98 | 235 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.08 |
| HSL | 283.36º | 0.77% | 0.65% | - |
| HSV(B) | 283.36º | 0.58% | 0.92% | - |
| XYZ | 42.39 | 26.6 | 81.5 | - |
| YUV | 143.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 235 | 0.16 | 0.58 | 0 | 0.08 | 283.36 | 0.77 | 0.65 |
| Hex | C5 | 62 | EB | 10 | 3A | 0 | 8 | 11B | 4D | 41 |
| Octal | 305 | 142 | 353 | 20 | 72 | 0 | 10 | 433 | 115 | 101 |
| Binary | 11000101 | 1100010 | 11101011 | 10000 | 111010 | 0 | 1000 | 100011011 | 1001101 | 1000001 |
Color Harmonies of #C562EB
Complementary color
Monochromatic Colors of #C562EB
Black with #C562EB
Text Example
Text Example
White with #C562EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562EB; }
p { color: rgb(197,98,235); }
H1.HeaderClassName
{
color: #C562EB;
}
.AnyTagClassName
{
color: #C562EB;
}
</style>
background-color css
<style>
a { background-color: #C562EB; }
a { background-color: rgb(197,98,235); }
div.DivClassName
{
background-color: #C562EB;
}
.BgClassName
{
background-color: #C562EB;
}
</style>
border-color css
<style>
span { border-color: #C562EB; }
span { border-color: rgb(197,98,235); }
td.TdClassName
{
border-color: #C562EB;
}
.TagClassName
{
border-color: #C562EB;
}
</style>