Shades of Medium Orchid #AD53EC
Tints of Medium Orchid #AD53EC
RGB
CMYK
RGB Variations
Color information
#AD53EC (or 0xAD53EC) is known color: Medium Orchid. HEX triplet: AD, 53 and EC. RGB value is (173,83,236). Sum of RGB (Red+Green+Blue) = 173+83+236=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD53EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD53EC is #52AC13. Grayscale: #7E7E7E. Windows color (decimal): -5418004 or 15487917. OLE color: 15487917.
HSL color Cylindrical-coordinate representation of color #AD53EC: hue angle of 275.29º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD53EC is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 83 | 236 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.07 |
| HSL | 275.29º | 0.8% | 0.63% | - |
| HSV(B) | 275.29º | 0.65% | 0.93% | - |
| XYZ | 35.47 | 21.13 | 81.57 | - |
| YUV | 127.35 | 189.32 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 236 | 0.27 | 0.65 | 0 | 0.07 | 275.29 | 0.8 | 0.63 |
| Hex | AD | 53 | EC | 1B | 41 | 0 | 7 | 113 | 50 | 3F |
| Octal | 255 | 123 | 354 | 33 | 101 | 0 | 7 | 423 | 120 | 77 |
| Binary | 10101101 | 1010011 | 11101100 | 11011 | 1000001 | 0 | 111 | 100010011 | 1010000 | 111111 |
Color Harmonies of #AD53EC
Complementary color
Monochromatic Colors of #AD53EC
Black with #AD53EC
Text Example
Text Example
White with #AD53EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53EC; }
p { color: rgb(173,83,236); }
H1.HeaderClassName
{
color: #AD53EC;
}
.AnyTagClassName
{
color: #AD53EC;
}
</style>
background-color css
<style>
a { background-color: #AD53EC; }
a { background-color: rgb(173,83,236); }
div.DivClassName
{
background-color: #AD53EC;
}
.BgClassName
{
background-color: #AD53EC;
}
</style>
border-color css
<style>
span { border-color: #AD53EC; }
span { border-color: rgb(173,83,236); }
td.TdClassName
{
border-color: #AD53EC;
}
.TagClassName
{
border-color: #AD53EC;
}
</style>