Shades of Medium Orchid #AD53ED
Tints of Medium Orchid #AD53ED
RGB
CMYK
RGB Variations
Color information
#AD53ED (or 0xAD53ED) is known color: Medium Orchid. HEX triplet: AD, 53 and ED. RGB value is (173,83,237). Sum of RGB (Red+Green+Blue) = 173+83+237=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD53ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD53ED is #52AC12. Grayscale: #7E7E7E. Windows color (decimal): -5418003 or 15553453. OLE color: 15553453.
HSL color Cylindrical-coordinate representation of color #AD53ED: hue angle of 275.06º degrees, saturation: 0.81, 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 #AD53ED is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 83 | 237 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.07 |
| HSL | 275.06º | 0.81% | 0.63% | - |
| HSV(B) | 275.06º | 0.65% | 0.93% | - |
| XYZ | 35.61 | 21.19 | 82.33 | - |
| YUV | 127.47 | 189.82 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 83 | 237 | 0.27 | 0.65 | 0 | 0.07 | 275.06 | 0.81 | 0.63 |
| Hex | AD | 53 | ED | 1B | 41 | 0 | 7 | 113 | 51 | 3F |
| Octal | 255 | 123 | 355 | 33 | 101 | 0 | 7 | 423 | 121 | 77 |
| Binary | 10101101 | 1010011 | 11101101 | 11011 | 1000001 | 0 | 111 | 100010011 | 1010001 | 111111 |
Color Harmonies of #AD53ED
Complementary color
Monochromatic Colors of #AD53ED
Black with #AD53ED
Text Example
Text Example
White with #AD53ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD53ED; }
p { color: rgb(173,83,237); }
H1.HeaderClassName
{
color: #AD53ED;
}
.AnyTagClassName
{
color: #AD53ED;
}
</style>
background-color css
<style>
a { background-color: #AD53ED; }
a { background-color: rgb(173,83,237); }
div.DivClassName
{
background-color: #AD53ED;
}
.BgClassName
{
background-color: #AD53ED;
}
</style>
border-color css
<style>
span { border-color: #AD53ED; }
span { border-color: rgb(173,83,237); }
td.TdClassName
{
border-color: #AD53ED;
}
.TagClassName
{
border-color: #AD53ED;
}
</style>