Shades of Medium Orchid #C563DB
Tints of Medium Orchid #C563DB
RGB
CMYK
RGB Variations
Color information
#C563DB (or 0xC563DB) is known color: Medium Orchid. HEX triplet: C5, 63 and DB. RGB value is (197,99,219). Sum of RGB (Red+Green+Blue) = 197+99+219=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #C563DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C563DB is #3A9C24. Grayscale: #8D8D8D. Windows color (decimal): -3841061 or 14377925. OLE color: 14377925.
HSL color Cylindrical-coordinate representation of color #C563DB: hue angle of 289º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C563DB is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 99 | 219 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.14 |
| HSL | 289º | 0.63% | 0.62% | - |
| HSV(B) | 289º | 0.55% | 0.86% | - |
| XYZ | 40.27 | 25.91 | 69.9 | - |
| YUV | 141.98 | 171.47 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 219 | 0.10 | 0.55 | 0 | 0.14 | 289 | 0.63 | 0.62 |
| Hex | C5 | 63 | DB | A | 37 | 0 | E | 121 | 3E | 3E |
| Octal | 305 | 143 | 333 | 12 | 67 | 0 | 16 | 441 | 76 | 76 |
| Binary | 11000101 | 1100011 | 11011011 | 1010 | 110111 | 0 | 1110 | 100100001 | 111110 | 111110 |
Color Harmonies of #C563DB
Complementary color
Monochromatic Colors of #C563DB
Black with #C563DB
Text Example
Text Example
White with #C563DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C563DB; }
p { color: rgb(197,99,219); }
H1.HeaderClassName
{
color: #C563DB;
}
.AnyTagClassName
{
color: #C563DB;
}
</style>
background-color css
<style>
a { background-color: #C563DB; }
a { background-color: rgb(197,99,219); }
div.DivClassName
{
background-color: #C563DB;
}
.BgClassName
{
background-color: #C563DB;
}
</style>
border-color css
<style>
span { border-color: #C563DB; }
span { border-color: rgb(197,99,219); }
td.TdClassName
{
border-color: #C563DB;
}
.TagClassName
{
border-color: #C563DB;
}
</style>