Shades of Medium Orchid #AD57CD
Tints of Medium Orchid #AD57CD
RGB
CMYK
RGB Variations
Color information
#AD57CD (or 0xAD57CD) is known color: Medium Orchid. HEX triplet: AD, 57 and CD. RGB value is (173,87,205). Sum of RGB (Red+Green+Blue) = 173+87+205=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD57CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57CD is #52A832. Grayscale: #7D7D7D. Windows color (decimal): -5417011 or 13457325. OLE color: 13457325.
HSL color Cylindrical-coordinate representation of color #AD57CD: hue angle of 283.73º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD57CD is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 87 | 205 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.20 |
| HSL | 283.73º | 0.54% | 0.57% | - |
| HSV(B) | 283.73º | 0.58% | 0.8% | - |
| XYZ | 31.66 | 20.11 | 59.97 | - |
| YUV | 126.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 205 | 0.16 | 0.58 | 0 | 0.20 | 283.73 | 0.54 | 0.57 |
| Hex | AD | 57 | CD | 10 | 3A | 0 | 14 | 11C | 36 | 39 |
| Octal | 255 | 127 | 315 | 20 | 72 | 0 | 24 | 434 | 66 | 71 |
| Binary | 10101101 | 1010111 | 11001101 | 10000 | 111010 | 0 | 10100 | 100011100 | 110110 | 111001 |
Color Harmonies of #AD57CD
Complementary color
Monochromatic Colors of #AD57CD
Black with #AD57CD
Text Example
Text Example
White with #AD57CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57CD; }
p { color: rgb(173,87,205); }
H1.HeaderClassName
{
color: #AD57CD;
}
.AnyTagClassName
{
color: #AD57CD;
}
</style>
background-color css
<style>
a { background-color: #AD57CD; }
a { background-color: rgb(173,87,205); }
div.DivClassName
{
background-color: #AD57CD;
}
.BgClassName
{
background-color: #AD57CD;
}
</style>
border-color css
<style>
span { border-color: #AD57CD; }
span { border-color: rgb(173,87,205); }
td.TdClassName
{
border-color: #AD57CD;
}
.TagClassName
{
border-color: #AD57CD;
}
</style>