Shades of Medium Orchid #C559DB
Tints of Medium Orchid #C559DB
RGB
CMYK
RGB Variations
Color information
#C559DB (or 0xC559DB) is known color: Medium Orchid. HEX triplet: C5, 59 and DB. RGB value is (197,89,219). Sum of RGB (Red+Green+Blue) = 197+89+219=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #C559DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559DB is #3AA624. Grayscale: #878787. Windows color (decimal): -3843621 or 14375365. OLE color: 14375365.
HSL color Cylindrical-coordinate representation of color #C559DB: hue angle of 289.85º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C559DB is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 89 | 219 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.14 |
| HSL | 289.85º | 0.64% | 0.6% | - |
| HSV(B) | 289.85º | 0.59% | 0.86% | - |
| XYZ | 39.38 | 24.13 | 69.6 | - |
| YUV | 136.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 219 | 0.10 | 0.59 | 0 | 0.14 | 289.85 | 0.64 | 0.6 |
| Hex | C5 | 59 | DB | A | 3B | 0 | E | 122 | 40 | 3C |
| Octal | 305 | 131 | 333 | 12 | 73 | 0 | 16 | 442 | 100 | 74 |
| Binary | 11000101 | 1011001 | 11011011 | 1010 | 111011 | 0 | 1110 | 100100010 | 1000000 | 111100 |
Color Harmonies of #C559DB
Complementary color
Monochromatic Colors of #C559DB
Black with #C559DB
Text Example
Text Example
White with #C559DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559DB; }
p { color: rgb(197,89,219); }
H1.HeaderClassName
{
color: #C559DB;
}
.AnyTagClassName
{
color: #C559DB;
}
</style>
background-color css
<style>
a { background-color: #C559DB; }
a { background-color: rgb(197,89,219); }
div.DivClassName
{
background-color: #C559DB;
}
.BgClassName
{
background-color: #C559DB;
}
</style>
border-color css
<style>
span { border-color: #C559DB; }
span { border-color: rgb(197,89,219); }
td.TdClassName
{
border-color: #C559DB;
}
.TagClassName
{
border-color: #C559DB;
}
</style>