Shades of Medium Orchid #AD57DD
Tints of Medium Orchid #AD57DD
RGB
CMYK
RGB Variations
Color information
#AD57DD (or 0xAD57DD) is known color: Medium Orchid. HEX triplet: AD, 57 and DD. RGB value is (173,87,221). Sum of RGB (Red+Green+Blue) = 173+87+221=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD57DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57DD is #52A822. Grayscale: #7F7F7F. Windows color (decimal): -5416995 or 14505901. OLE color: 14505901.
HSL color Cylindrical-coordinate representation of color #AD57DD: hue angle of 278.51º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD57DD is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 87 | 221 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.13 |
| HSL | 278.51º | 0.66% | 0.6% | - |
| HSV(B) | 278.51º | 0.61% | 0.87% | - |
| XYZ | 33.69 | 20.92 | 70.67 | - |
| YUV | 127.99 | 180.49 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 221 | 0.22 | 0.61 | 0 | 0.13 | 278.51 | 0.66 | 0.6 |
| Hex | AD | 57 | DD | 16 | 3D | 0 | D | 117 | 42 | 3C |
| Octal | 255 | 127 | 335 | 26 | 75 | 0 | 15 | 427 | 102 | 74 |
| Binary | 10101101 | 1010111 | 11011101 | 10110 | 111101 | 0 | 1101 | 100010111 | 1000010 | 111100 |
Color Harmonies of #AD57DD
Complementary color
Monochromatic Colors of #AD57DD
Black with #AD57DD
Text Example
Text Example
White with #AD57DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57DD; }
p { color: rgb(173,87,221); }
H1.HeaderClassName
{
color: #AD57DD;
}
.AnyTagClassName
{
color: #AD57DD;
}
</style>
background-color css
<style>
a { background-color: #AD57DD; }
a { background-color: rgb(173,87,221); }
div.DivClassName
{
background-color: #AD57DD;
}
.BgClassName
{
background-color: #AD57DD;
}
</style>
border-color css
<style>
span { border-color: #AD57DD; }
span { border-color: rgb(173,87,221); }
td.TdClassName
{
border-color: #AD57DD;
}
.TagClassName
{
border-color: #AD57DD;
}
</style>