Shades of Medium Orchid #AD57CC
Tints of Medium Orchid #AD57CC
RGB
CMYK
RGB Variations
Color information
#AD57CC (or 0xAD57CC) is known color: Medium Orchid. HEX triplet: AD, 57 and CC. RGB value is (173,87,204). Sum of RGB (Red+Green+Blue) = 173+87+204=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD57CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57CC is #52A833. Grayscale: #7D7D7D. Windows color (decimal): -5417012 or 13391789. OLE color: 13391789.
HSL color Cylindrical-coordinate representation of color #AD57CC: hue angle of 284.1º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD57CC is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 87 | 204 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.2 |
| HSL | 284.1º | 0.53% | 0.57% | - |
| HSV(B) | 284.1º | 0.57% | 0.8% | - |
| XYZ | 31.54 | 20.06 | 59.34 | - |
| YUV | 126.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 87 | 204 | 0.15 | 0.57 | 0 | 0.2 | 284.1 | 0.53 | 0.57 |
| Hex | AD | 57 | CC | F | 39 | 0 | 14 | 11C | 35 | 39 |
| Octal | 255 | 127 | 314 | 17 | 71 | 0 | 24 | 434 | 65 | 71 |
| Binary | 10101101 | 1010111 | 11001100 | 1111 | 111001 | 0 | 10100 | 100011100 | 110101 | 111001 |
Color Harmonies of #AD57CC
Complementary color
Monochromatic Colors of #AD57CC
Black with #AD57CC
Text Example
Text Example
White with #AD57CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD57CC; }
p { color: rgb(173,87,204); }
H1.HeaderClassName
{
color: #AD57CC;
}
.AnyTagClassName
{
color: #AD57CC;
}
</style>
background-color css
<style>
a { background-color: #AD57CC; }
a { background-color: rgb(173,87,204); }
div.DivClassName
{
background-color: #AD57CC;
}
.BgClassName
{
background-color: #AD57CC;
}
</style>
border-color css
<style>
span { border-color: #AD57CC; }
span { border-color: rgb(173,87,204); }
td.TdClassName
{
border-color: #AD57CC;
}
.TagClassName
{
border-color: #AD57CC;
}
</style>