Shades of Medium Orchid #AD4ED5
Tints of Medium Orchid #AD4ED5
RGB
CMYK
RGB Variations
Color information
#AD4ED5 (or 0xAD4ED5) is known color: Medium Orchid. HEX triplet: AD, 4E and D5. RGB value is (173,78,213). Sum of RGB (Red+Green+Blue) = 173+78+213=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD4ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4ED5 is #52B12A. Grayscale: #797979. Windows color (decimal): -5419307 or 13979309. OLE color: 13979309.
HSL color Cylindrical-coordinate representation of color #AD4ED5: hue angle of 282.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4ED5 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 78 | 213 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.16 |
| HSL | 282.22º | 0.62% | 0.57% | - |
| HSV(B) | 282.22º | 0.63% | 0.84% | - |
| XYZ | 31.97 | 19.14 | 64.96 | - |
| YUV | 121.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 213 | 0.19 | 0.63 | 0 | 0.16 | 282.22 | 0.62 | 0.57 |
| Hex | AD | 4E | D5 | 13 | 3F | 0 | 10 | 11A | 3E | 39 |
| Octal | 255 | 116 | 325 | 23 | 77 | 0 | 20 | 432 | 76 | 71 |
| Binary | 10101101 | 1001110 | 11010101 | 10011 | 111111 | 0 | 10000 | 100011010 | 111110 | 111001 |
Color Harmonies of #AD4ED5
Complementary color
Monochromatic Colors of #AD4ED5
Black with #AD4ED5
Text Example
Text Example
White with #AD4ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ED5; }
p { color: rgb(173,78,213); }
H1.HeaderClassName
{
color: #AD4ED5;
}
.AnyTagClassName
{
color: #AD4ED5;
}
</style>
background-color css
<style>
a { background-color: #AD4ED5; }
a { background-color: rgb(173,78,213); }
div.DivClassName
{
background-color: #AD4ED5;
}
.BgClassName
{
background-color: #AD4ED5;
}
</style>
border-color css
<style>
span { border-color: #AD4ED5; }
span { border-color: rgb(173,78,213); }
td.TdClassName
{
border-color: #AD4ED5;
}
.TagClassName
{
border-color: #AD4ED5;
}
</style>