Shades of Medium Orchid #AD47DB
Tints of Medium Orchid #AD47DB
RGB
CMYK
RGB Variations
Color information
#AD47DB (or 0xAD47DB) is known color: Medium Orchid. HEX triplet: AD, 47 and DB. RGB value is (173,71,219). Sum of RGB (Red+Green+Blue) = 173+71+219=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD47DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47DB is #52B824. Grayscale: #757575. Windows color (decimal): -5421093 or 14370733. OLE color: 14370733.
HSL color Cylindrical-coordinate representation of color #AD47DB: hue angle of 281.35º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD47DB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 71 | 219 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.14 |
| HSL | 281.35º | 0.67% | 0.57% | - |
| HSV(B) | 281.35º | 0.68% | 0.86% | - |
| XYZ | 32.27 | 18.51 | 68.89 | - |
| YUV | 118.37 | 184.79 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 219 | 0.21 | 0.68 | 0 | 0.14 | 281.35 | 0.67 | 0.57 |
| Hex | AD | 47 | DB | 15 | 44 | 0 | E | 119 | 43 | 39 |
| Octal | 255 | 107 | 333 | 25 | 104 | 0 | 16 | 431 | 103 | 71 |
| Binary | 10101101 | 1000111 | 11011011 | 10101 | 1000100 | 0 | 1110 | 100011001 | 1000011 | 111001 |
Color Harmonies of #AD47DB
Complementary color
Monochromatic Colors of #AD47DB
Black with #AD47DB
Text Example
Text Example
White with #AD47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47DB; }
p { color: rgb(173,71,219); }
H1.HeaderClassName
{
color: #AD47DB;
}
.AnyTagClassName
{
color: #AD47DB;
}
</style>
background-color css
<style>
a { background-color: #AD47DB; }
a { background-color: rgb(173,71,219); }
div.DivClassName
{
background-color: #AD47DB;
}
.BgClassName
{
background-color: #AD47DB;
}
</style>
border-color css
<style>
span { border-color: #AD47DB; }
span { border-color: rgb(173,71,219); }
td.TdClassName
{
border-color: #AD47DB;
}
.TagClassName
{
border-color: #AD47DB;
}
</style>