Shades of Medium Orchid #AD47D9
Tints of Medium Orchid #AD47D9
RGB
CMYK
RGB Variations
Color information
#AD47D9 (or 0xAD47D9) is known color: Medium Orchid. HEX triplet: AD, 47 and D9. RGB value is (173,71,217). Sum of RGB (Red+Green+Blue) = 173+71+217=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD47D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47D9 is #52B826. Grayscale: #757575. Windows color (decimal): -5421095 or 14239661. OLE color: 14239661.
HSL color Cylindrical-coordinate representation of color #AD47D9: hue angle of 281.92º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD47D9 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 71 | 217 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.15 |
| HSL | 281.92º | 0.66% | 0.56% | - |
| HSV(B) | 281.92º | 0.67% | 0.85% | - |
| XYZ | 32.01 | 18.4 | 67.51 | - |
| YUV | 118.14 | 183.79 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 217 | 0.20 | 0.67 | 0 | 0.15 | 281.92 | 0.66 | 0.56 |
| Hex | AD | 47 | D9 | 14 | 43 | 0 | F | 11A | 42 | 38 |
| Octal | 255 | 107 | 331 | 24 | 103 | 0 | 17 | 432 | 102 | 70 |
| Binary | 10101101 | 1000111 | 11011001 | 10100 | 1000011 | 0 | 1111 | 100011010 | 1000010 | 111000 |
Color Harmonies of #AD47D9
Complementary color
Monochromatic Colors of #AD47D9
Black with #AD47D9
Text Example
Text Example
White with #AD47D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47D9; }
p { color: rgb(173,71,217); }
H1.HeaderClassName
{
color: #AD47D9;
}
.AnyTagClassName
{
color: #AD47D9;
}
</style>
background-color css
<style>
a { background-color: #AD47D9; }
a { background-color: rgb(173,71,217); }
div.DivClassName
{
background-color: #AD47D9;
}
.BgClassName
{
background-color: #AD47D9;
}
</style>
border-color css
<style>
span { border-color: #AD47D9; }
span { border-color: rgb(173,71,217); }
td.TdClassName
{
border-color: #AD47D9;
}
.TagClassName
{
border-color: #AD47D9;
}
</style>