Shades of Medium Orchid #AD55D7
Tints of Medium Orchid #AD55D7
RGB
CMYK
RGB Variations
Color information
#AD55D7 (or 0xAD55D7) is known color: Medium Orchid. HEX triplet: AD, 55 and D7. RGB value is (173,85,215). Sum of RGB (Red+Green+Blue) = 173+85+215=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD55D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55D7 is #52AA28. Grayscale: #7D7D7D. Windows color (decimal): -5417513 or 14112173. OLE color: 14112173.
HSL color Cylindrical-coordinate representation of color #AD55D7: hue angle of 280.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD55D7 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 85 | 215 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.16 |
| HSL | 280.62º | 0.62% | 0.59% | - |
| HSV(B) | 280.62º | 0.6% | 0.84% | - |
| XYZ | 32.75 | 20.29 | 66.48 | - |
| YUV | 126.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 215 | 0.20 | 0.60 | 0 | 0.16 | 280.62 | 0.62 | 0.59 |
| Hex | AD | 55 | D7 | 14 | 3C | 0 | 10 | 119 | 3E | 3B |
| Octal | 255 | 125 | 327 | 24 | 74 | 0 | 20 | 431 | 76 | 73 |
| Binary | 10101101 | 1010101 | 11010111 | 10100 | 111100 | 0 | 10000 | 100011001 | 111110 | 111011 |
Color Harmonies of #AD55D7
Complementary color
Monochromatic Colors of #AD55D7
Black with #AD55D7
Text Example
Text Example
White with #AD55D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55D7; }
p { color: rgb(173,85,215); }
H1.HeaderClassName
{
color: #AD55D7;
}
.AnyTagClassName
{
color: #AD55D7;
}
</style>
background-color css
<style>
a { background-color: #AD55D7; }
a { background-color: rgb(173,85,215); }
div.DivClassName
{
background-color: #AD55D7;
}
.BgClassName
{
background-color: #AD55D7;
}
</style>
border-color css
<style>
span { border-color: #AD55D7; }
span { border-color: rgb(173,85,215); }
td.TdClassName
{
border-color: #AD55D7;
}
.TagClassName
{
border-color: #AD55D7;
}
</style>