Shades of Medium Orchid #C562EE
Tints of Medium Orchid #C562EE
RGB
CMYK
RGB Variations
Color information
#C562EE (or 0xC562EE) is known color: Medium Orchid. HEX triplet: C5, 62 and EE. RGB value is (197,98,238). Sum of RGB (Red+Green+Blue) = 197+98+238=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 98 (38.67% from 255 or 18.39% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #C562EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C562EE is #3A9D11. Grayscale: #8F8F8F. Windows color (decimal): -3841298 or 15622853. OLE color: 15622853.
HSL color Cylindrical-coordinate representation of color #C562EE: hue angle of 282.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C562EE is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 98 | 238 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.07 |
| HSL | 282.43º | 0.8% | 0.66% | - |
| HSV(B) | 282.43º | 0.59% | 0.93% | - |
| XYZ | 42.83 | 26.78 | 83.8 | - |
| YUV | 143.56 | 181.3 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 238 | 0.17 | 0.59 | 0 | 0.07 | 282.43 | 0.8 | 0.66 |
| Hex | C5 | 62 | EE | 11 | 3B | 0 | 7 | 11A | 50 | 42 |
| Octal | 305 | 142 | 356 | 21 | 73 | 0 | 7 | 432 | 120 | 102 |
| Binary | 11000101 | 1100010 | 11101110 | 10001 | 111011 | 0 | 111 | 100011010 | 1010000 | 1000010 |
Color Harmonies of #C562EE
Complementary color
Monochromatic Colors of #C562EE
Black with #C562EE
Text Example
Text Example
White with #C562EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C562EE; }
p { color: rgb(197,98,238); }
H1.HeaderClassName
{
color: #C562EE;
}
.AnyTagClassName
{
color: #C562EE;
}
</style>
background-color css
<style>
a { background-color: #C562EE; }
a { background-color: rgb(197,98,238); }
div.DivClassName
{
background-color: #C562EE;
}
.BgClassName
{
background-color: #C562EE;
}
</style>
border-color css
<style>
span { border-color: #C562EE; }
span { border-color: rgb(197,98,238); }
td.TdClassName
{
border-color: #C562EE;
}
.TagClassName
{
border-color: #C562EE;
}
</style>