Shades of Medium Orchid #AD5DCD
Tints of Medium Orchid #AD5DCD
RGB
CMYK
RGB Variations
Color information
#AD5DCD (or 0xAD5DCD) is known color: Medium Orchid. HEX triplet: AD, 5D and CD. RGB value is (173,93,205). Sum of RGB (Red+Green+Blue) = 173+93+205=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD5DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DCD is #52A232. Grayscale: #818181. Windows color (decimal): -5415475 or 13458861. OLE color: 13458861.
HSL color Cylindrical-coordinate representation of color #AD5DCD: hue angle of 282.86º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD5DCD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 93 | 205 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.20 |
| HSL | 282.86º | 0.53% | 0.58% | - |
| HSV(B) | 282.86º | 0.55% | 0.8% | - |
| XYZ | 32.17 | 21.12 | 60.14 | - |
| YUV | 129.69 | 170.5 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 205 | 0.16 | 0.55 | 0 | 0.20 | 282.86 | 0.53 | 0.58 |
| Hex | AD | 5D | CD | 10 | 37 | 0 | 14 | 11B | 35 | 3A |
| Octal | 255 | 135 | 315 | 20 | 67 | 0 | 24 | 433 | 65 | 72 |
| Binary | 10101101 | 1011101 | 11001101 | 10000 | 110111 | 0 | 10100 | 100011011 | 110101 | 111010 |
Color Harmonies of #AD5DCD
Complementary color
Monochromatic Colors of #AD5DCD
Black with #AD5DCD
Text Example
Text Example
White with #AD5DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DCD; }
p { color: rgb(173,93,205); }
H1.HeaderClassName
{
color: #AD5DCD;
}
.AnyTagClassName
{
color: #AD5DCD;
}
</style>
background-color css
<style>
a { background-color: #AD5DCD; }
a { background-color: rgb(173,93,205); }
div.DivClassName
{
background-color: #AD5DCD;
}
.BgClassName
{
background-color: #AD5DCD;
}
</style>
border-color css
<style>
span { border-color: #AD5DCD; }
span { border-color: rgb(173,93,205); }
td.TdClassName
{
border-color: #AD5DCD;
}
.TagClassName
{
border-color: #AD5DCD;
}
</style>