Shades of Medium Orchid #C559DD
Tints of Medium Orchid #C559DD
RGB
CMYK
RGB Variations
Color information
#C559DD (or 0xC559DD) is known color: Medium Orchid. HEX triplet: C5, 59 and DD. RGB value is (197,89,221). Sum of RGB (Red+Green+Blue) = 197+89+221=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #C559DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C559DD is #3AA622. Grayscale: #878787. Windows color (decimal): -3843619 or 14506437. OLE color: 14506437.
HSL color Cylindrical-coordinate representation of color #C559DD: hue angle of 289.09º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C559DD is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 89 | 221 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.13 |
| HSL | 289.09º | 0.66% | 0.61% | - |
| HSV(B) | 289.09º | 0.6% | 0.87% | - |
| XYZ | 39.65 | 24.24 | 70.99 | - |
| YUV | 136.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 221 | 0.11 | 0.60 | 0 | 0.13 | 289.09 | 0.66 | 0.61 |
| Hex | C5 | 59 | DD | B | 3C | 0 | D | 121 | 42 | 3D |
| Octal | 305 | 131 | 335 | 13 | 74 | 0 | 15 | 441 | 102 | 75 |
| Binary | 11000101 | 1011001 | 11011101 | 1011 | 111100 | 0 | 1101 | 100100001 | 1000010 | 111101 |
Color Harmonies of #C559DD
Complementary color
Monochromatic Colors of #C559DD
Black with #C559DD
Text Example
Text Example
White with #C559DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C559DD; }
p { color: rgb(197,89,221); }
H1.HeaderClassName
{
color: #C559DD;
}
.AnyTagClassName
{
color: #C559DD;
}
</style>
background-color css
<style>
a { background-color: #C559DD; }
a { background-color: rgb(197,89,221); }
div.DivClassName
{
background-color: #C559DD;
}
.BgClassName
{
background-color: #C559DD;
}
</style>
border-color css
<style>
span { border-color: #C559DD; }
span { border-color: rgb(197,89,221); }
td.TdClassName
{
border-color: #C559DD;
}
.TagClassName
{
border-color: #C559DD;
}
</style>