Shades of Medium Orchid #AD4ED3
Tints of Medium Orchid #AD4ED3
RGB
CMYK
RGB Variations
Color information
#AD4ED3 (or 0xAD4ED3) is known color: Medium Orchid. HEX triplet: AD, 4E and D3. RGB value is (173,78,211). Sum of RGB (Red+Green+Blue) = 173+78+211=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD4ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4ED3 is #52B12C. Grayscale: #797979. Windows color (decimal): -5419309 or 13848237. OLE color: 13848237.
HSL color Cylindrical-coordinate representation of color #AD4ED3: hue angle of 282.86º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4ED3 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 78 | 211 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.17 |
| HSL | 282.86º | 0.6% | 0.57% | - |
| HSV(B) | 282.86º | 0.63% | 0.83% | - |
| XYZ | 31.72 | 19.04 | 63.63 | - |
| YUV | 121.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 211 | 0.18 | 0.63 | 0 | 0.17 | 282.86 | 0.6 | 0.57 |
| Hex | AD | 4E | D3 | 12 | 3F | 0 | 11 | 11B | 3C | 39 |
| Octal | 255 | 116 | 323 | 22 | 77 | 0 | 21 | 433 | 74 | 71 |
| Binary | 10101101 | 1001110 | 11010011 | 10010 | 111111 | 0 | 10001 | 100011011 | 111100 | 111001 |
Color Harmonies of #AD4ED3
Complementary color
Monochromatic Colors of #AD4ED3
Black with #AD4ED3
Text Example
Text Example
White with #AD4ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ED3; }
p { color: rgb(173,78,211); }
H1.HeaderClassName
{
color: #AD4ED3;
}
.AnyTagClassName
{
color: #AD4ED3;
}
</style>
background-color css
<style>
a { background-color: #AD4ED3; }
a { background-color: rgb(173,78,211); }
div.DivClassName
{
background-color: #AD4ED3;
}
.BgClassName
{
background-color: #AD4ED3;
}
</style>
border-color css
<style>
span { border-color: #AD4ED3; }
span { border-color: rgb(173,78,211); }
td.TdClassName
{
border-color: #AD4ED3;
}
.TagClassName
{
border-color: #AD4ED3;
}
</style>