Shades of Medium Orchid #C563EE
Tints of Medium Orchid #C563EE
RGB
CMYK
RGB Variations
Color information
#C563EE (or 0xC563EE) is known color: Medium Orchid. HEX triplet: C5, 63 and EE. RGB value is (197,99,238). Sum of RGB (Red+Green+Blue) = 197+99+238=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #C563EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C563EE is #3A9C11. Grayscale: #8F8F8F. Windows color (decimal): -3841042 or 15623109. OLE color: 15623109.
HSL color Cylindrical-coordinate representation of color #C563EE: hue angle of 282.3º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C563EE is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 99 | 238 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.07 |
| HSL | 282.3º | 0.8% | 0.66% | - |
| HSV(B) | 282.3º | 0.58% | 0.93% | - |
| XYZ | 42.92 | 26.97 | 83.83 | - |
| YUV | 144.15 | 180.97 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 238 | 0.17 | 0.58 | 0 | 0.07 | 282.3 | 0.8 | 0.66 |
| Hex | C5 | 63 | EE | 11 | 3A | 0 | 7 | 11A | 50 | 42 |
| Octal | 305 | 143 | 356 | 21 | 72 | 0 | 7 | 432 | 120 | 102 |
| Binary | 11000101 | 1100011 | 11101110 | 10001 | 111010 | 0 | 111 | 100011010 | 1010000 | 1000010 |
Color Harmonies of #C563EE
Complementary color
Monochromatic Colors of #C563EE
Black with #C563EE
Text Example
Text Example
White with #C563EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563EE; }
p { color: rgb(197,99,238); }
H1.HeaderClassName
{
color: #C563EE;
}
.AnyTagClassName
{
color: #C563EE;
}
</style>
background-color css
<style>
a { background-color: #C563EE; }
a { background-color: rgb(197,99,238); }
div.DivClassName
{
background-color: #C563EE;
}
.BgClassName
{
background-color: #C563EE;
}
</style>
border-color css
<style>
span { border-color: #C563EE; }
span { border-color: rgb(197,99,238); }
td.TdClassName
{
border-color: #C563EE;
}
.TagClassName
{
border-color: #C563EE;
}
</style>