Shades of Medium Orchid #AD57D0
Tints of Medium Orchid #AD57D0
RGB
CMYK
RGB Variations
Color information
#AD57D0 (or 0xAD57D0) is known color: Medium Orchid. HEX triplet: AD, 57 and D0. RGB value is (173,87,208). Sum of RGB (Red+Green+Blue) = 173+87+208=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 87 (34.38% from 255 or 18.59% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD57D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57D0 is #52A82F. Grayscale: #7E7E7E. Windows color (decimal): -5417008 or 13653933. OLE color: 13653933.
HSL color Cylindrical-coordinate representation of color #AD57D0: hue angle of 282.64º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD57D0 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 87 | 208 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.18 |
| HSL | 282.64º | 0.56% | 0.58% | - |
| HSV(B) | 282.64º | 0.58% | 0.82% | - |
| XYZ | 32.03 | 20.25 | 61.9 | - |
| YUV | 126.51 | 173.99 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 208 | 0.17 | 0.58 | 0 | 0.18 | 282.64 | 0.56 | 0.58 |
| Hex | AD | 57 | D0 | 11 | 3A | 0 | 12 | 11B | 38 | 3A |
| Octal | 255 | 127 | 320 | 21 | 72 | 0 | 22 | 433 | 70 | 72 |
| Binary | 10101101 | 1010111 | 11010000 | 10001 | 111010 | 0 | 10010 | 100011011 | 111000 | 111010 |
Color Harmonies of #AD57D0
Complementary color
Monochromatic Colors of #AD57D0
Black with #AD57D0
Text Example
Text Example
White with #AD57D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57D0; }
p { color: rgb(173,87,208); }
H1.HeaderClassName
{
color: #AD57D0;
}
.AnyTagClassName
{
color: #AD57D0;
}
</style>
background-color css
<style>
a { background-color: #AD57D0; }
a { background-color: rgb(173,87,208); }
div.DivClassName
{
background-color: #AD57D0;
}
.BgClassName
{
background-color: #AD57D0;
}
</style>
border-color css
<style>
span { border-color: #AD57D0; }
span { border-color: rgb(173,87,208); }
td.TdClassName
{
border-color: #AD57D0;
}
.TagClassName
{
border-color: #AD57D0;
}
</style>