Shades of Medium Orchid #C563E1
Tints of Medium Orchid #C563E1
RGB
CMYK
RGB Variations
Color information
#C563E1 (or 0xC563E1) is known color: Medium Orchid. HEX triplet: C5, 63 and E1. RGB value is (197,99,225). Sum of RGB (Red+Green+Blue) = 197+99+225=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #C563E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563E1 is #3A9C1E. Grayscale: #8E8E8E. Windows color (decimal): -3841055 or 14771141. OLE color: 14771141.
HSL color Cylindrical-coordinate representation of color #C563E1: hue angle of 286.67º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C563E1 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 99 | 225 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.12 |
| HSL | 286.67º | 0.68% | 0.64% | - |
| HSV(B) | 286.67º | 0.56% | 0.88% | - |
| XYZ | 41.08 | 26.23 | 74.13 | - |
| YUV | 142.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 225 | 0.12 | 0.56 | 0 | 0.12 | 286.67 | 0.68 | 0.64 |
| Hex | C5 | 63 | E1 | C | 38 | 0 | C | 11F | 44 | 40 |
| Octal | 305 | 143 | 341 | 14 | 70 | 0 | 14 | 437 | 104 | 100 |
| Binary | 11000101 | 1100011 | 11100001 | 1100 | 111000 | 0 | 1100 | 100011111 | 1000100 | 1000000 |
Color Harmonies of #C563E1
Complementary color
Monochromatic Colors of #C563E1
Black with #C563E1
Text Example
Text Example
White with #C563E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563E1; }
p { color: rgb(197,99,225); }
H1.HeaderClassName
{
color: #C563E1;
}
.AnyTagClassName
{
color: #C563E1;
}
</style>
background-color css
<style>
a { background-color: #C563E1; }
a { background-color: rgb(197,99,225); }
div.DivClassName
{
background-color: #C563E1;
}
.BgClassName
{
background-color: #C563E1;
}
</style>
border-color css
<style>
span { border-color: #C563E1; }
span { border-color: rgb(197,99,225); }
td.TdClassName
{
border-color: #C563E1;
}
.TagClassName
{
border-color: #C563E1;
}
</style>