Shades of Medium Orchid #AD4ED4
Tints of Medium Orchid #AD4ED4
RGB
CMYK
RGB Variations
Color information
#AD4ED4 (or 0xAD4ED4) is known color: Medium Orchid. HEX triplet: AD, 4E and D4. RGB value is (173,78,212). Sum of RGB (Red+Green+Blue) = 173+78+212=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD4ED4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4ED4 is #52B12B. Grayscale: #797979. Windows color (decimal): -5419308 or 13913773. OLE color: 13913773.
HSL color Cylindrical-coordinate representation of color #AD4ED4: hue angle of 282.54º degrees, saturation: 0.61, 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 #AD4ED4 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 78 | 212 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.17 |
| HSL | 282.54º | 0.61% | 0.57% | - |
| HSV(B) | 282.54º | 0.63% | 0.83% | - |
| XYZ | 31.84 | 19.09 | 64.29 | - |
| YUV | 121.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 212 | 0.18 | 0.63 | 0 | 0.17 | 282.54 | 0.61 | 0.57 |
| Hex | AD | 4E | D4 | 12 | 3F | 0 | 11 | 11B | 3D | 39 |
| Octal | 255 | 116 | 324 | 22 | 77 | 0 | 21 | 433 | 75 | 71 |
| Binary | 10101101 | 1001110 | 11010100 | 10010 | 111111 | 0 | 10001 | 100011011 | 111101 | 111001 |
Color Harmonies of #AD4ED4
Complementary color
Monochromatic Colors of #AD4ED4
Black with #AD4ED4
Text Example
Text Example
White with #AD4ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ED4; }
p { color: rgb(173,78,212); }
H1.HeaderClassName
{
color: #AD4ED4;
}
.AnyTagClassName
{
color: #AD4ED4;
}
</style>
background-color css
<style>
a { background-color: #AD4ED4; }
a { background-color: rgb(173,78,212); }
div.DivClassName
{
background-color: #AD4ED4;
}
.BgClassName
{
background-color: #AD4ED4;
}
</style>
border-color css
<style>
span { border-color: #AD4ED4; }
span { border-color: rgb(173,78,212); }
td.TdClassName
{
border-color: #AD4ED4;
}
.TagClassName
{
border-color: #AD4ED4;
}
</style>