Shades of Medium Orchid #AD5ECD
Tints of Medium Orchid #AD5ECD
RGB
CMYK
RGB Variations
Color information
#AD5ECD (or 0xAD5ECD) is known color: Medium Orchid. HEX triplet: AD, 5E and CD. RGB value is (173,94,205). Sum of RGB (Red+Green+Blue) = 173+94+205=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD5ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ECD is #52A132. Grayscale: #818181. Windows color (decimal): -5415219 or 13459117. OLE color: 13459117.
HSL color Cylindrical-coordinate representation of color #AD5ECD: hue angle of 282.7º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5ECD is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 94 | 205 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.20 |
| HSL | 282.7º | 0.53% | 0.59% | - |
| HSV(B) | 282.7º | 0.54% | 0.8% | - |
| XYZ | 32.26 | 21.3 | 60.17 | - |
| YUV | 130.28 | 170.17 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 205 | 0.16 | 0.54 | 0 | 0.20 | 282.7 | 0.53 | 0.59 |
| Hex | AD | 5E | CD | 10 | 36 | 0 | 14 | 11B | 35 | 3B |
| Octal | 255 | 136 | 315 | 20 | 66 | 0 | 24 | 433 | 65 | 73 |
| Binary | 10101101 | 1011110 | 11001101 | 10000 | 110110 | 0 | 10100 | 100011011 | 110101 | 111011 |
Color Harmonies of #AD5ECD
Complementary color
Monochromatic Colors of #AD5ECD
Black with #AD5ECD
Text Example
Text Example
White with #AD5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5ECD; }
p { color: rgb(173,94,205); }
H1.HeaderClassName
{
color: #AD5ECD;
}
.AnyTagClassName
{
color: #AD5ECD;
}
</style>
background-color css
<style>
a { background-color: #AD5ECD; }
a { background-color: rgb(173,94,205); }
div.DivClassName
{
background-color: #AD5ECD;
}
.BgClassName
{
background-color: #AD5ECD;
}
</style>
border-color css
<style>
span { border-color: #AD5ECD; }
span { border-color: rgb(173,94,205); }
td.TdClassName
{
border-color: #AD5ECD;
}
.TagClassName
{
border-color: #AD5ECD;
}
</style>