Shades of Medium Orchid #C559D9
Tints of Medium Orchid #C559D9
RGB
CMYK
RGB Variations
Color information
#C559D9 (or 0xC559D9) is known color: Medium Orchid. HEX triplet: C5, 59 and D9. RGB value is (197,89,217). Sum of RGB (Red+Green+Blue) = 197+89+217=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #C559D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559D9 is #3AA626. Grayscale: #878787. Windows color (decimal): -3843623 or 14244293. OLE color: 14244293.
HSL color Cylindrical-coordinate representation of color #C559D9: hue angle of 290.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C559D9 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 89 | 217 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.15 |
| HSL | 290.63º | 0.63% | 0.6% | - |
| HSV(B) | 290.63º | 0.59% | 0.85% | - |
| XYZ | 39.12 | 24.02 | 68.22 | - |
| YUV | 135.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 217 | 0.09 | 0.59 | 0 | 0.15 | 290.63 | 0.63 | 0.6 |
| Hex | C5 | 59 | D9 | 9 | 3B | 0 | F | 123 | 3F | 3C |
| Octal | 305 | 131 | 331 | 11 | 73 | 0 | 17 | 443 | 77 | 74 |
| Binary | 11000101 | 1011001 | 11011001 | 1001 | 111011 | 0 | 1111 | 100100011 | 111111 | 111100 |
Color Harmonies of #C559D9
Complementary color
Monochromatic Colors of #C559D9
Black with #C559D9
Text Example
Text Example
White with #C559D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559D9; }
p { color: rgb(197,89,217); }
H1.HeaderClassName
{
color: #C559D9;
}
.AnyTagClassName
{
color: #C559D9;
}
</style>
background-color css
<style>
a { background-color: #C559D9; }
a { background-color: rgb(197,89,217); }
div.DivClassName
{
background-color: #C559D9;
}
.BgClassName
{
background-color: #C559D9;
}
</style>
border-color css
<style>
span { border-color: #C559D9; }
span { border-color: rgb(197,89,217); }
td.TdClassName
{
border-color: #C559D9;
}
.TagClassName
{
border-color: #C559D9;
}
</style>