Shades of Medium Orchid #AD59CD
Tints of Medium Orchid #AD59CD
RGB
CMYK
RGB Variations
Color information
#AD59CD (or 0xAD59CD) is known color: Medium Orchid. HEX triplet: AD, 59 and CD. RGB value is (173,89,205). Sum of RGB (Red+Green+Blue) = 173+89+205=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD59CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD59CD is #52A632. Grayscale: #7E7E7E. Windows color (decimal): -5416499 or 13457837. OLE color: 13457837.
HSL color Cylindrical-coordinate representation of color #AD59CD: hue angle of 283.45º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD59CD is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 89 | 205 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.20 |
| HSL | 283.45º | 0.54% | 0.58% | - |
| HSV(B) | 283.45º | 0.57% | 0.8% | - |
| XYZ | 31.83 | 20.44 | 60.02 | - |
| YUV | 127.34 | 171.83 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 89 | 205 | 0.16 | 0.57 | 0 | 0.20 | 283.45 | 0.54 | 0.58 |
| Hex | AD | 59 | CD | 10 | 39 | 0 | 14 | 11B | 36 | 3A |
| Octal | 255 | 131 | 315 | 20 | 71 | 0 | 24 | 433 | 66 | 72 |
| Binary | 10101101 | 1011001 | 11001101 | 10000 | 111001 | 0 | 10100 | 100011011 | 110110 | 111010 |
Color Harmonies of #AD59CD
Complementary color
Monochromatic Colors of #AD59CD
Black with #AD59CD
Text Example
Text Example
White with #AD59CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD59CD; }
p { color: rgb(173,89,205); }
H1.HeaderClassName
{
color: #AD59CD;
}
.AnyTagClassName
{
color: #AD59CD;
}
</style>
background-color css
<style>
a { background-color: #AD59CD; }
a { background-color: rgb(173,89,205); }
div.DivClassName
{
background-color: #AD59CD;
}
.BgClassName
{
background-color: #AD59CD;
}
</style>
border-color css
<style>
span { border-color: #AD59CD; }
span { border-color: rgb(173,89,205); }
td.TdClassName
{
border-color: #AD59CD;
}
.TagClassName
{
border-color: #AD59CD;
}
</style>