Shades of Medium Orchid #AD5ECC
Tints of Medium Orchid #AD5ECC
RGB
CMYK
RGB Variations
Color information
#AD5ECC (or 0xAD5ECC) is known color: Medium Orchid. HEX triplet: AD, 5E and CC. RGB value is (173,94,204). Sum of RGB (Red+Green+Blue) = 173+94+204=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5ECC is #52A133. Grayscale: #818181. Windows color (decimal): -5415220 or 13393581. OLE color: 13393581.
HSL color Cylindrical-coordinate representation of color #AD5ECC: hue angle of 283.09º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD5ECC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 94 | 204 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.2 |
| HSL | 283.09º | 0.52% | 0.58% | - |
| HSV(B) | 283.09º | 0.54% | 0.8% | - |
| XYZ | 32.14 | 21.25 | 59.53 | - |
| YUV | 130.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 204 | 0.15 | 0.54 | 0 | 0.2 | 283.09 | 0.52 | 0.58 |
| Hex | AD | 5E | CC | F | 36 | 0 | 14 | 11B | 34 | 3A |
| Octal | 255 | 136 | 314 | 17 | 66 | 0 | 24 | 433 | 64 | 72 |
| Binary | 10101101 | 1011110 | 11001100 | 1111 | 110110 | 0 | 10100 | 100011011 | 110100 | 111010 |
Color Harmonies of #AD5ECC
Complementary color
Monochromatic Colors of #AD5ECC
Black with #AD5ECC
Text Example
Text Example
White with #AD5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5ECC; }
p { color: rgb(173,94,204); }
H1.HeaderClassName
{
color: #AD5ECC;
}
.AnyTagClassName
{
color: #AD5ECC;
}
</style>
background-color css
<style>
a { background-color: #AD5ECC; }
a { background-color: rgb(173,94,204); }
div.DivClassName
{
background-color: #AD5ECC;
}
.BgClassName
{
background-color: #AD5ECC;
}
</style>
border-color css
<style>
span { border-color: #AD5ECC; }
span { border-color: rgb(173,94,204); }
td.TdClassName
{
border-color: #AD5ECC;
}
.TagClassName
{
border-color: #AD5ECC;
}
</style>