Shades of Medium Orchid #AD54D0
Tints of Medium Orchid #AD54D0
RGB
CMYK
RGB Variations
Color information
#AD54D0 (or 0xAD54D0) is known color: Medium Orchid. HEX triplet: AD, 54 and D0. RGB value is (173,84,208). Sum of RGB (Red+Green+Blue) = 173+84+208=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 84 (33.20% from 255 or 18.06% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD54D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54D0 is #52AB2F. Grayscale: #7C7C7C. Windows color (decimal): -5417776 or 13653165. OLE color: 13653165.
HSL color Cylindrical-coordinate representation of color #AD54D0: hue angle of 283.06º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD54D0 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 84 | 208 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.18 |
| HSL | 283.06º | 0.57% | 0.57% | - |
| HSV(B) | 283.06º | 0.6% | 0.82% | - |
| XYZ | 31.79 | 19.78 | 61.82 | - |
| YUV | 124.75 | 174.99 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 208 | 0.17 | 0.60 | 0 | 0.18 | 283.06 | 0.57 | 0.57 |
| Hex | AD | 54 | D0 | 11 | 3C | 0 | 12 | 11B | 39 | 39 |
| Octal | 255 | 124 | 320 | 21 | 74 | 0 | 22 | 433 | 71 | 71 |
| Binary | 10101101 | 1010100 | 11010000 | 10001 | 111100 | 0 | 10010 | 100011011 | 111001 | 111001 |
Color Harmonies of #AD54D0
Complementary color
Monochromatic Colors of #AD54D0
Black with #AD54D0
Text Example
Text Example
White with #AD54D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54D0; }
p { color: rgb(173,84,208); }
H1.HeaderClassName
{
color: #AD54D0;
}
.AnyTagClassName
{
color: #AD54D0;
}
</style>
background-color css
<style>
a { background-color: #AD54D0; }
a { background-color: rgb(173,84,208); }
div.DivClassName
{
background-color: #AD54D0;
}
.BgClassName
{
background-color: #AD54D0;
}
</style>
border-color css
<style>
span { border-color: #AD54D0; }
span { border-color: rgb(173,84,208); }
td.TdClassName
{
border-color: #AD54D0;
}
.TagClassName
{
border-color: #AD54D0;
}
</style>