Shades of Medium Orchid #AD57D3
Tints of Medium Orchid #AD57D3
RGB
CMYK
RGB Variations
Color information
#AD57D3 (or 0xAD57D3) is known color: Medium Orchid. HEX triplet: AD, 57 and D3. RGB value is (173,87,211). Sum of RGB (Red+Green+Blue) = 173+87+211=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 211 (82.81% from 255 or 44.80% from 471); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD57D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57D3 is #52A82C. Grayscale: #7E7E7E. Windows color (decimal): -5417005 or 13850541. OLE color: 13850541.
HSL color Cylindrical-coordinate representation of color #AD57D3: hue angle of 281.61º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD57D3 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 87 | 211 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.17 |
| HSL | 281.61º | 0.58% | 0.58% | - |
| HSV(B) | 281.61º | 0.59% | 0.83% | - |
| XYZ | 32.4 | 20.4 | 63.86 | - |
| YUV | 126.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 211 | 0.18 | 0.59 | 0 | 0.17 | 281.61 | 0.58 | 0.58 |
| Hex | AD | 57 | D3 | 12 | 3B | 0 | 11 | 11A | 3A | 3A |
| Octal | 255 | 127 | 323 | 22 | 73 | 0 | 21 | 432 | 72 | 72 |
| Binary | 10101101 | 1010111 | 11010011 | 10010 | 111011 | 0 | 10001 | 100011010 | 111010 | 111010 |
Color Harmonies of #AD57D3
Complementary color
Monochromatic Colors of #AD57D3
Black with #AD57D3
Text Example
Text Example
White with #AD57D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57D3; }
p { color: rgb(173,87,211); }
H1.HeaderClassName
{
color: #AD57D3;
}
.AnyTagClassName
{
color: #AD57D3;
}
</style>
background-color css
<style>
a { background-color: #AD57D3; }
a { background-color: rgb(173,87,211); }
div.DivClassName
{
background-color: #AD57D3;
}
.BgClassName
{
background-color: #AD57D3;
}
</style>
border-color css
<style>
span { border-color: #AD57D3; }
span { border-color: rgb(173,87,211); }
td.TdClassName
{
border-color: #AD57D3;
}
.TagClassName
{
border-color: #AD57D3;
}
</style>