Shades of Medium Orchid #C563E9
Tints of Medium Orchid #C563E9
RGB
CMYK
RGB Variations
Color information
#C563E9 (or 0xC563E9) is known color: Medium Orchid. HEX triplet: C5, 63 and E9. RGB value is (197,99,233). Sum of RGB (Red+Green+Blue) = 197+99+233=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #C563E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C563E9 is #3A9C16. Grayscale: #8F8F8F. Windows color (decimal): -3841047 or 15295429. OLE color: 15295429.
HSL color Cylindrical-coordinate representation of color #C563E9: hue angle of 283.88º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C563E9 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 99 | 233 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.09 |
| HSL | 283.88º | 0.75% | 0.65% | - |
| HSV(B) | 283.88º | 0.58% | 0.91% | - |
| XYZ | 42.2 | 26.68 | 80.02 | - |
| YUV | 143.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 233 | 0.15 | 0.58 | 0 | 0.09 | 283.88 | 0.75 | 0.65 |
| Hex | C5 | 63 | E9 | F | 3A | 0 | 9 | 11C | 4B | 41 |
| Octal | 305 | 143 | 351 | 17 | 72 | 0 | 11 | 434 | 113 | 101 |
| Binary | 11000101 | 1100011 | 11101001 | 1111 | 111010 | 0 | 1001 | 100011100 | 1001011 | 1000001 |
Color Harmonies of #C563E9
Complementary color
Monochromatic Colors of #C563E9
Black with #C563E9
Text Example
Text Example
White with #C563E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563E9; }
p { color: rgb(197,99,233); }
H1.HeaderClassName
{
color: #C563E9;
}
.AnyTagClassName
{
color: #C563E9;
}
</style>
background-color css
<style>
a { background-color: #C563E9; }
a { background-color: rgb(197,99,233); }
div.DivClassName
{
background-color: #C563E9;
}
.BgClassName
{
background-color: #C563E9;
}
</style>
border-color css
<style>
span { border-color: #C563E9; }
span { border-color: rgb(197,99,233); }
td.TdClassName
{
border-color: #C563E9;
}
.TagClassName
{
border-color: #C563E9;
}
</style>