Shades of Medium Orchid #AD55D5
Tints of Medium Orchid #AD55D5
RGB
CMYK
RGB Variations
Color information
#AD55D5 (or 0xAD55D5) is known color: Medium Orchid. HEX triplet: AD, 55 and D5. RGB value is (173,85,213). Sum of RGB (Red+Green+Blue) = 173+85+213=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD55D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55D5 is #52AA2A. Grayscale: #7D7D7D. Windows color (decimal): -5417515 or 13981101. OLE color: 13981101.
HSL color Cylindrical-coordinate representation of color #AD55D5: hue angle of 281.25º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD55D5 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 85 | 213 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.16 |
| HSL | 281.25º | 0.6% | 0.58% | - |
| HSV(B) | 281.25º | 0.6% | 0.84% | - |
| XYZ | 32.49 | 20.19 | 65.13 | - |
| YUV | 125.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 213 | 0.19 | 0.60 | 0 | 0.16 | 281.25 | 0.6 | 0.58 |
| Hex | AD | 55 | D5 | 13 | 3C | 0 | 10 | 119 | 3C | 3A |
| Octal | 255 | 125 | 325 | 23 | 74 | 0 | 20 | 431 | 74 | 72 |
| Binary | 10101101 | 1010101 | 11010101 | 10011 | 111100 | 0 | 10000 | 100011001 | 111100 | 111010 |
Color Harmonies of #AD55D5
Complementary color
Monochromatic Colors of #AD55D5
Black with #AD55D5
Text Example
Text Example
White with #AD55D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55D5; }
p { color: rgb(173,85,213); }
H1.HeaderClassName
{
color: #AD55D5;
}
.AnyTagClassName
{
color: #AD55D5;
}
</style>
background-color css
<style>
a { background-color: #AD55D5; }
a { background-color: rgb(173,85,213); }
div.DivClassName
{
background-color: #AD55D5;
}
.BgClassName
{
background-color: #AD55D5;
}
</style>
border-color css
<style>
span { border-color: #AD55D5; }
span { border-color: rgb(173,85,213); }
td.TdClassName
{
border-color: #AD55D5;
}
.TagClassName
{
border-color: #AD55D5;
}
</style>