Shades of Medium Orchid #AD57ED
Tints of Medium Orchid #AD57ED
RGB
CMYK
RGB Variations
Color information
#AD57ED (or 0xAD57ED) is known color: Medium Orchid. HEX triplet: AD, 57 and ED. RGB value is (173,87,237). Sum of RGB (Red+Green+Blue) = 173+87+237=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD57ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD57ED is #52A812. Grayscale: #818181. Windows color (decimal): -5416979 or 15554477. OLE color: 15554477.
HSL color Cylindrical-coordinate representation of color #AD57ED: hue angle of 274.4º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD57ED is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 87 | 237 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.07 |
| HSL | 274.4º | 0.81% | 0.64% | - |
| HSV(B) | 274.4º | 0.63% | 0.93% | - |
| XYZ | 35.93 | 21.82 | 82.44 | - |
| YUV | 129.81 | 188.49 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 237 | 0.27 | 0.63 | 0 | 0.07 | 274.4 | 0.81 | 0.64 |
| Hex | AD | 57 | ED | 1B | 3F | 0 | 7 | 112 | 51 | 40 |
| Octal | 255 | 127 | 355 | 33 | 77 | 0 | 7 | 422 | 121 | 100 |
| Binary | 10101101 | 1010111 | 11101101 | 11011 | 111111 | 0 | 111 | 100010010 | 1010001 | 1000000 |
Color Harmonies of #AD57ED
Complementary color
Monochromatic Colors of #AD57ED
Black with #AD57ED
Text Example
Text Example
White with #AD57ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57ED; }
p { color: rgb(173,87,237); }
H1.HeaderClassName
{
color: #AD57ED;
}
.AnyTagClassName
{
color: #AD57ED;
}
</style>
background-color css
<style>
a { background-color: #AD57ED; }
a { background-color: rgb(173,87,237); }
div.DivClassName
{
background-color: #AD57ED;
}
.BgClassName
{
background-color: #AD57ED;
}
</style>
border-color css
<style>
span { border-color: #AD57ED; }
span { border-color: rgb(173,87,237); }
td.TdClassName
{
border-color: #AD57ED;
}
.TagClassName
{
border-color: #AD57ED;
}
</style>