Shades of Medium Orchid #AD54EC
Tints of Medium Orchid #AD54EC
RGB
CMYK
RGB Variations
Color information
#AD54EC (or 0xAD54EC) is known color: Medium Orchid. HEX triplet: AD, 54 and EC. RGB value is (173,84,236). Sum of RGB (Red+Green+Blue) = 173+84+236=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD54EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD54EC is #52AB13. Grayscale: #7F7F7F. Windows color (decimal): -5417748 or 15488173. OLE color: 15488173.
HSL color Cylindrical-coordinate representation of color #AD54EC: hue angle of 275.13º 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 #AD54EC is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 84 | 236 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.07 |
| HSL | 275.13º | 0.8% | 0.63% | - |
| HSV(B) | 275.13º | 0.64% | 0.93% | - |
| XYZ | 35.54 | 21.28 | 81.59 | - |
| YUV | 127.94 | 188.99 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 236 | 0.27 | 0.64 | 0 | 0.07 | 275.13 | 0.8 | 0.63 |
| Hex | AD | 54 | EC | 1B | 40 | 0 | 7 | 113 | 50 | 3F |
| Octal | 255 | 124 | 354 | 33 | 100 | 0 | 7 | 423 | 120 | 77 |
| Binary | 10101101 | 1010100 | 11101100 | 11011 | 1000000 | 0 | 111 | 100010011 | 1010000 | 111111 |
Color Harmonies of #AD54EC
Complementary color
Monochromatic Colors of #AD54EC
Black with #AD54EC
Text Example
Text Example
White with #AD54EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54EC; }
p { color: rgb(173,84,236); }
H1.HeaderClassName
{
color: #AD54EC;
}
.AnyTagClassName
{
color: #AD54EC;
}
</style>
background-color css
<style>
a { background-color: #AD54EC; }
a { background-color: rgb(173,84,236); }
div.DivClassName
{
background-color: #AD54EC;
}
.BgClassName
{
background-color: #AD54EC;
}
</style>
border-color css
<style>
span { border-color: #AD54EC; }
span { border-color: rgb(173,84,236); }
td.TdClassName
{
border-color: #AD54EC;
}
.TagClassName
{
border-color: #AD54EC;
}
</style>