Shades of Medium Orchid #AD5BDE
Tints of Medium Orchid #AD5BDE
RGB
CMYK
RGB Variations
Color information
#AD5BDE (or 0xAD5BDE) is known color: Medium Orchid. HEX triplet: AD, 5B and DE. RGB value is (173,91,222). Sum of RGB (Red+Green+Blue) = 173+91+222=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD5BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5BDE is #52A421. Grayscale: #828282. Windows color (decimal): -5415970 or 14572461. OLE color: 14572461.
HSL color Cylindrical-coordinate representation of color #AD5BDE: hue angle of 277.56º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD5BDE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 91 | 222 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.13 |
| HSL | 277.56º | 0.66% | 0.61% | - |
| HSV(B) | 277.56º | 0.59% | 0.87% | - |
| XYZ | 34.16 | 21.64 | 71.48 | - |
| YUV | 130.45 | 179.67 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 91 | 222 | 0.22 | 0.59 | 0 | 0.13 | 277.56 | 0.66 | 0.61 |
| Hex | AD | 5B | DE | 16 | 3B | 0 | D | 116 | 42 | 3D |
| Octal | 255 | 133 | 336 | 26 | 73 | 0 | 15 | 426 | 102 | 75 |
| Binary | 10101101 | 1011011 | 11011110 | 10110 | 111011 | 0 | 1101 | 100010110 | 1000010 | 111101 |
Color Harmonies of #AD5BDE
Complementary color
Monochromatic Colors of #AD5BDE
Black with #AD5BDE
Text Example
Text Example
White with #AD5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5BDE; }
p { color: rgb(173,91,222); }
H1.HeaderClassName
{
color: #AD5BDE;
}
.AnyTagClassName
{
color: #AD5BDE;
}
</style>
background-color css
<style>
a { background-color: #AD5BDE; }
a { background-color: rgb(173,91,222); }
div.DivClassName
{
background-color: #AD5BDE;
}
.BgClassName
{
background-color: #AD5BDE;
}
</style>
border-color css
<style>
span { border-color: #AD5BDE; }
span { border-color: rgb(173,91,222); }
td.TdClassName
{
border-color: #AD5BDE;
}
.TagClassName
{
border-color: #AD5BDE;
}
</style>