Shades of Medium Orchid #AD4BD9
Tints of Medium Orchid #AD4BD9
RGB
CMYK
RGB Variations
Color information
#AD4BD9 (or 0xAD4BD9) is known color: Medium Orchid. HEX triplet: AD, 4B and D9. RGB value is (173,75,217). Sum of RGB (Red+Green+Blue) = 173+75+217=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD4BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD4BD9 is #52B426. Grayscale: #787878. Windows color (decimal): -5420071 or 14240685. OLE color: 14240685.
HSL color Cylindrical-coordinate representation of color #AD4BD9: hue angle of 281.41º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4BD9 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 75 | 217 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.15 |
| HSL | 281.41º | 0.65% | 0.57% | - |
| HSV(B) | 281.41º | 0.65% | 0.85% | - |
| XYZ | 32.27 | 18.93 | 67.6 | - |
| YUV | 120.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 217 | 0.20 | 0.65 | 0 | 0.15 | 281.41 | 0.65 | 0.57 |
| Hex | AD | 4B | D9 | 14 | 41 | 0 | F | 119 | 41 | 39 |
| Octal | 255 | 113 | 331 | 24 | 101 | 0 | 17 | 431 | 101 | 71 |
| Binary | 10101101 | 1001011 | 11011001 | 10100 | 1000001 | 0 | 1111 | 100011001 | 1000001 | 111001 |
Color Harmonies of #AD4BD9
Complementary color
Monochromatic Colors of #AD4BD9
Black with #AD4BD9
Text Example
Text Example
White with #AD4BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4BD9; }
p { color: rgb(173,75,217); }
H1.HeaderClassName
{
color: #AD4BD9;
}
.AnyTagClassName
{
color: #AD4BD9;
}
</style>
background-color css
<style>
a { background-color: #AD4BD9; }
a { background-color: rgb(173,75,217); }
div.DivClassName
{
background-color: #AD4BD9;
}
.BgClassName
{
background-color: #AD4BD9;
}
</style>
border-color css
<style>
span { border-color: #AD4BD9; }
span { border-color: rgb(173,75,217); }
td.TdClassName
{
border-color: #AD4BD9;
}
.TagClassName
{
border-color: #AD4BD9;
}
</style>