Shades of Medium Orchid #AD55EC
Tints of Medium Orchid #AD55EC
RGB
CMYK
RGB Variations
Color information
#AD55EC (or 0xAD55EC) is known color: Medium Orchid. HEX triplet: AD, 55 and EC. RGB value is (173,85,236). Sum of RGB (Red+Green+Blue) = 173+85+236=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD55EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55EC is #52AA13. Grayscale: #808080. Windows color (decimal): -5417492 or 15488429. OLE color: 15488429.
HSL color Cylindrical-coordinate representation of color #AD55EC: hue angle of 274.97º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD55EC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 85 | 236 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.07 |
| HSL | 274.97º | 0.8% | 0.63% | - |
| HSV(B) | 274.97º | 0.64% | 0.93% | - |
| XYZ | 35.62 | 21.44 | 81.62 | - |
| YUV | 128.53 | 188.65 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 236 | 0.27 | 0.64 | 0 | 0.07 | 274.97 | 0.8 | 0.63 |
| Hex | AD | 55 | EC | 1B | 40 | 0 | 7 | 113 | 50 | 3F |
| Octal | 255 | 125 | 354 | 33 | 100 | 0 | 7 | 423 | 120 | 77 |
| Binary | 10101101 | 1010101 | 11101100 | 11011 | 1000000 | 0 | 111 | 100010011 | 1010000 | 111111 |
Color Harmonies of #AD55EC
Complementary color
Monochromatic Colors of #AD55EC
Black with #AD55EC
Text Example
Text Example
White with #AD55EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55EC; }
p { color: rgb(173,85,236); }
H1.HeaderClassName
{
color: #AD55EC;
}
.AnyTagClassName
{
color: #AD55EC;
}
</style>
background-color css
<style>
a { background-color: #AD55EC; }
a { background-color: rgb(173,85,236); }
div.DivClassName
{
background-color: #AD55EC;
}
.BgClassName
{
background-color: #AD55EC;
}
</style>
border-color css
<style>
span { border-color: #AD55EC; }
span { border-color: rgb(173,85,236); }
td.TdClassName
{
border-color: #AD55EC;
}
.TagClassName
{
border-color: #AD55EC;
}
</style>