Shades of Medium Orchid #AD55E1
Tints of Medium Orchid #AD55E1
RGB
CMYK
RGB Variations
Color information
#AD55E1 (or 0xAD55E1) is known color: Medium Orchid. HEX triplet: AD, 55 and E1. RGB value is (173,85,225). Sum of RGB (Red+Green+Blue) = 173+85+225=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 225 (88.28% from 255 or 46.58% from 483); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD55E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55E1 is #52AA1E. Grayscale: #7E7E7E. Windows color (decimal): -5417503 or 14767533. OLE color: 14767533.
HSL color Cylindrical-coordinate representation of color #AD55E1: hue angle of 277.71º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD55E1 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 85 | 225 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.12 |
| HSL | 277.71º | 0.7% | 0.61% | - |
| HSV(B) | 277.71º | 0.62% | 0.88% | - |
| XYZ | 34.07 | 20.82 | 73.46 | - |
| YUV | 127.27 | 183.15 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 225 | 0.23 | 0.62 | 0 | 0.12 | 277.71 | 0.7 | 0.61 |
| Hex | AD | 55 | E1 | 17 | 3E | 0 | C | 116 | 46 | 3D |
| Octal | 255 | 125 | 341 | 27 | 76 | 0 | 14 | 426 | 106 | 75 |
| Binary | 10101101 | 1010101 | 11100001 | 10111 | 111110 | 0 | 1100 | 100010110 | 1000110 | 111101 |
Color Harmonies of #AD55E1
Complementary color
Monochromatic Colors of #AD55E1
Black with #AD55E1
Text Example
Text Example
White with #AD55E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55E1; }
p { color: rgb(173,85,225); }
H1.HeaderClassName
{
color: #AD55E1;
}
.AnyTagClassName
{
color: #AD55E1;
}
</style>
background-color css
<style>
a { background-color: #AD55E1; }
a { background-color: rgb(173,85,225); }
div.DivClassName
{
background-color: #AD55E1;
}
.BgClassName
{
background-color: #AD55E1;
}
</style>
border-color css
<style>
span { border-color: #AD55E1; }
span { border-color: rgb(173,85,225); }
td.TdClassName
{
border-color: #AD55E1;
}
.TagClassName
{
border-color: #AD55E1;
}
</style>