Shades of Medium Orchid #AD4EC0
Tints of Medium Orchid #AD4EC0
RGB
CMYK
RGB Variations
Color information
#AD4EC0 (or 0xAD4EC0) is known color: Medium Orchid. HEX triplet: AD, 4E and C0. RGB value is (173,78,192). Sum of RGB (Red+Green+Blue) = 173+78+192=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 192 (75.39% from 255 or 43.34% from 443); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD4EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EC0 is #52B13F. Grayscale: #777777. Windows color (decimal): -5419328 or 12603053. OLE color: 12603053.
HSL color Cylindrical-coordinate representation of color #AD4EC0: hue angle of 290º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD4EC0 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 78 | 192 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.25 |
| HSL | 290º | 0.48% | 0.53% | - |
| HSV(B) | 290º | 0.59% | 0.75% | - |
| XYZ | 29.47 | 18.14 | 51.82 | - |
| YUV | 119.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 192 | 0.10 | 0.59 | 0 | 0.25 | 290 | 0.48 | 0.53 |
| Hex | AD | 4E | C0 | A | 3B | 0 | 19 | 122 | 30 | 35 |
| Octal | 255 | 116 | 300 | 12 | 73 | 0 | 31 | 442 | 60 | 65 |
| Binary | 10101101 | 1001110 | 11000000 | 1010 | 111011 | 0 | 11001 | 100100010 | 110000 | 110101 |
Color Harmonies of #AD4EC0
Complementary color
Monochromatic Colors of #AD4EC0
Black with #AD4EC0
Text Example
Text Example
White with #AD4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EC0; }
p { color: rgb(173,78,192); }
H1.HeaderClassName
{
color: #AD4EC0;
}
.AnyTagClassName
{
color: #AD4EC0;
}
</style>
background-color css
<style>
a { background-color: #AD4EC0; }
a { background-color: rgb(173,78,192); }
div.DivClassName
{
background-color: #AD4EC0;
}
.BgClassName
{
background-color: #AD4EC0;
}
</style>
border-color css
<style>
span { border-color: #AD4EC0; }
span { border-color: rgb(173,78,192); }
td.TdClassName
{
border-color: #AD4EC0;
}
.TagClassName
{
border-color: #AD4EC0;
}
</style>