Shades of Medium Orchid #AD5EDE
Tints of Medium Orchid #AD5EDE
RGB
CMYK
RGB Variations
Color information
#AD5EDE (or 0xAD5EDE) is known color: Medium Orchid. HEX triplet: AD, 5E and DE. RGB value is (173,94,222). Sum of RGB (Red+Green+Blue) = 173+94+222=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD5EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EDE is #52A121. Grayscale: #838383. Windows color (decimal): -5415202 or 14573229. OLE color: 14573229.
HSL color Cylindrical-coordinate representation of color #AD5EDE: hue angle of 277.03º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD5EDE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 94 | 222 | - |
| CMYK | 0.22 | 0.58 | 0 | 0.13 |
| HSL | 277.03º | 0.66% | 0.62% | - |
| HSV(B) | 277.03º | 0.58% | 0.87% | - |
| XYZ | 34.42 | 22.16 | 71.57 | - |
| YUV | 132.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 222 | 0.22 | 0.58 | 0 | 0.13 | 277.03 | 0.66 | 0.62 |
| Hex | AD | 5E | DE | 16 | 3A | 0 | D | 115 | 42 | 3E |
| Octal | 255 | 136 | 336 | 26 | 72 | 0 | 15 | 425 | 102 | 76 |
| Binary | 10101101 | 1011110 | 11011110 | 10110 | 111010 | 0 | 1101 | 100010101 | 1000010 | 111110 |
Color Harmonies of #AD5EDE
Complementary color
Monochromatic Colors of #AD5EDE
Black with #AD5EDE
Text Example
Text Example
White with #AD5EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EDE; }
p { color: rgb(173,94,222); }
H1.HeaderClassName
{
color: #AD5EDE;
}
.AnyTagClassName
{
color: #AD5EDE;
}
</style>
background-color css
<style>
a { background-color: #AD5EDE; }
a { background-color: rgb(173,94,222); }
div.DivClassName
{
background-color: #AD5EDE;
}
.BgClassName
{
background-color: #AD5EDE;
}
</style>
border-color css
<style>
span { border-color: #AD5EDE; }
span { border-color: rgb(173,94,222); }
td.TdClassName
{
border-color: #AD5EDE;
}
.TagClassName
{
border-color: #AD5EDE;
}
</style>