Shades of Medium Orchid #AD57DC
Tints of Medium Orchid #AD57DC
RGB
CMYK
RGB Variations
Color information
#AD57DC (or 0xAD57DC) is known color: Medium Orchid. HEX triplet: AD, 57 and DC. RGB value is (173,87,220). Sum of RGB (Red+Green+Blue) = 173+87+220=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD57DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57DC is #52A823. Grayscale: #7F7F7F. Windows color (decimal): -5416996 or 14440365. OLE color: 14440365.
HSL color Cylindrical-coordinate representation of color #AD57DC: hue angle of 278.8º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD57DC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 87 | 220 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.14 |
| HSL | 278.8º | 0.66% | 0.6% | - |
| HSV(B) | 278.8º | 0.6% | 0.86% | - |
| XYZ | 33.56 | 20.87 | 69.97 | - |
| YUV | 127.88 | 179.99 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 220 | 0.21 | 0.60 | 0 | 0.14 | 278.8 | 0.66 | 0.6 |
| Hex | AD | 57 | DC | 15 | 3C | 0 | E | 117 | 42 | 3C |
| Octal | 255 | 127 | 334 | 25 | 74 | 0 | 16 | 427 | 102 | 74 |
| Binary | 10101101 | 1010111 | 11011100 | 10101 | 111100 | 0 | 1110 | 100010111 | 1000010 | 111100 |
Color Harmonies of #AD57DC
Complementary color
Monochromatic Colors of #AD57DC
Black with #AD57DC
Text Example
Text Example
White with #AD57DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57DC; }
p { color: rgb(173,87,220); }
H1.HeaderClassName
{
color: #AD57DC;
}
.AnyTagClassName
{
color: #AD57DC;
}
</style>
background-color css
<style>
a { background-color: #AD57DC; }
a { background-color: rgb(173,87,220); }
div.DivClassName
{
background-color: #AD57DC;
}
.BgClassName
{
background-color: #AD57DC;
}
</style>
border-color css
<style>
span { border-color: #AD57DC; }
span { border-color: rgb(173,87,220); }
td.TdClassName
{
border-color: #AD57DC;
}
.TagClassName
{
border-color: #AD57DC;
}
</style>