Shades of Medium Orchid #AD57D9
Tints of Medium Orchid #AD57D9
RGB
CMYK
RGB Variations
Color information
#AD57D9 (or 0xAD57D9) is known color: Medium Orchid. HEX triplet: AD, 57 and D9. RGB value is (173,87,217). Sum of RGB (Red+Green+Blue) = 173+87+217=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD57D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57D9 is #52A826. Grayscale: #7F7F7F. Windows color (decimal): -5416999 or 14243757. OLE color: 14243757.
HSL color Cylindrical-coordinate representation of color #AD57D9: hue angle of 279.69º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD57D9 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 87 | 217 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.15 |
| HSL | 279.69º | 0.63% | 0.6% | - |
| HSV(B) | 279.69º | 0.6% | 0.85% | - |
| XYZ | 33.17 | 20.71 | 67.9 | - |
| YUV | 127.53 | 178.49 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 217 | 0.20 | 0.60 | 0 | 0.15 | 279.69 | 0.63 | 0.6 |
| Hex | AD | 57 | D9 | 14 | 3C | 0 | F | 118 | 3F | 3C |
| Octal | 255 | 127 | 331 | 24 | 74 | 0 | 17 | 430 | 77 | 74 |
| Binary | 10101101 | 1010111 | 11011001 | 10100 | 111100 | 0 | 1111 | 100011000 | 111111 | 111100 |
Color Harmonies of #AD57D9
Complementary color
Monochromatic Colors of #AD57D9
Black with #AD57D9
Text Example
Text Example
White with #AD57D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57D9; }
p { color: rgb(173,87,217); }
H1.HeaderClassName
{
color: #AD57D9;
}
.AnyTagClassName
{
color: #AD57D9;
}
</style>
background-color css
<style>
a { background-color: #AD57D9; }
a { background-color: rgb(173,87,217); }
div.DivClassName
{
background-color: #AD57D9;
}
.BgClassName
{
background-color: #AD57D9;
}
</style>
border-color css
<style>
span { border-color: #AD57D9; }
span { border-color: rgb(173,87,217); }
td.TdClassName
{
border-color: #AD57D9;
}
.TagClassName
{
border-color: #AD57D9;
}
</style>