Shades of Medium Orchid #AD47D5
Tints of Medium Orchid #AD47D5
RGB
CMYK
RGB Variations
Color information
#AD47D5 (or 0xAD47D5) is known color: Medium Orchid. HEX triplet: AD, 47 and D5. RGB value is (173,71,213). Sum of RGB (Red+Green+Blue) = 173+71+213=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD47D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD47D5 is #52B82A. Grayscale: #757575. Windows color (decimal): -5421099 or 13977517. OLE color: 13977517.
HSL color Cylindrical-coordinate representation of color #AD47D5: hue angle of 283.1º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD47D5 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 71 | 213 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.16 |
| HSL | 283.1º | 0.63% | 0.56% | - |
| HSV(B) | 283.1º | 0.67% | 0.84% | - |
| XYZ | 31.5 | 18.19 | 64.8 | - |
| YUV | 117.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 213 | 0.19 | 0.67 | 0 | 0.16 | 283.1 | 0.63 | 0.56 |
| Hex | AD | 47 | D5 | 13 | 43 | 0 | 10 | 11B | 3F | 38 |
| Octal | 255 | 107 | 325 | 23 | 103 | 0 | 20 | 433 | 77 | 70 |
| Binary | 10101101 | 1000111 | 11010101 | 10011 | 1000011 | 0 | 10000 | 100011011 | 111111 | 111000 |
Color Harmonies of #AD47D5
Complementary color
Monochromatic Colors of #AD47D5
Black with #AD47D5
Text Example
Text Example
White with #AD47D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD47D5; }
p { color: rgb(173,71,213); }
H1.HeaderClassName
{
color: #AD47D5;
}
.AnyTagClassName
{
color: #AD47D5;
}
</style>
background-color css
<style>
a { background-color: #AD47D5; }
a { background-color: rgb(173,71,213); }
div.DivClassName
{
background-color: #AD47D5;
}
.BgClassName
{
background-color: #AD47D5;
}
</style>
border-color css
<style>
span { border-color: #AD47D5; }
span { border-color: rgb(173,71,213); }
td.TdClassName
{
border-color: #AD47D5;
}
.TagClassName
{
border-color: #AD47D5;
}
</style>