Shades of Medium Orchid #AD4ED1
Tints of Medium Orchid #AD4ED1
RGB
CMYK
RGB Variations
Color information
#AD4ED1 (or 0xAD4ED1) is known color: Medium Orchid. HEX triplet: AD, 4E and D1. RGB value is (173,78,209). Sum of RGB (Red+Green+Blue) = 173+78+209=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #AD4ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4ED1 is #52B12E. Grayscale: #787878. Windows color (decimal): -5419311 or 13717165. OLE color: 13717165.
HSL color Cylindrical-coordinate representation of color #AD4ED1: hue angle of 283.51º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4ED1 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 78 | 209 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.18 |
| HSL | 283.51º | 0.59% | 0.56% | - |
| HSV(B) | 283.51º | 0.63% | 0.82% | - |
| XYZ | 31.47 | 18.94 | 62.32 | - |
| YUV | 121.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 209 | 0.17 | 0.63 | 0 | 0.18 | 283.51 | 0.59 | 0.56 |
| Hex | AD | 4E | D1 | 11 | 3F | 0 | 12 | 11C | 3B | 38 |
| Octal | 255 | 116 | 321 | 21 | 77 | 0 | 22 | 434 | 73 | 70 |
| Binary | 10101101 | 1001110 | 11010001 | 10001 | 111111 | 0 | 10010 | 100011100 | 111011 | 111000 |
Color Harmonies of #AD4ED1
Complementary color
Monochromatic Colors of #AD4ED1
Black with #AD4ED1
Text Example
Text Example
White with #AD4ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ED1; }
p { color: rgb(173,78,209); }
H1.HeaderClassName
{
color: #AD4ED1;
}
.AnyTagClassName
{
color: #AD4ED1;
}
</style>
background-color css
<style>
a { background-color: #AD4ED1; }
a { background-color: rgb(173,78,209); }
div.DivClassName
{
background-color: #AD4ED1;
}
.BgClassName
{
background-color: #AD4ED1;
}
</style>
border-color css
<style>
span { border-color: #AD4ED1; }
span { border-color: rgb(173,78,209); }
td.TdClassName
{
border-color: #AD4ED1;
}
.TagClassName
{
border-color: #AD4ED1;
}
</style>