Shades of Medium Orchid #AD5EC6
Tints of Medium Orchid #AD5EC6
RGB
CMYK
RGB Variations
Color information
#AD5EC6 (or 0xAD5EC6) is known color: Medium Orchid. HEX triplet: AD, 5E and C6. RGB value is (173,94,198). Sum of RGB (Red+Green+Blue) = 173+94+198=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD5EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EC6 is #52A139. Grayscale: #818181. Windows color (decimal): -5415226 or 13000365. OLE color: 13000365.
HSL color Cylindrical-coordinate representation of color #AD5EC6: hue angle of 285.58º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5EC6 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 94 | 198 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.22 |
| HSL | 285.58º | 0.48% | 0.57% | - |
| HSV(B) | 285.58º | 0.53% | 0.78% | - |
| XYZ | 31.43 | 20.97 | 55.82 | - |
| YUV | 129.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 198 | 0.13 | 0.53 | 0 | 0.22 | 285.58 | 0.48 | 0.57 |
| Hex | AD | 5E | C6 | D | 35 | 0 | 16 | 11E | 30 | 39 |
| Octal | 255 | 136 | 306 | 15 | 65 | 0 | 26 | 436 | 60 | 71 |
| Binary | 10101101 | 1011110 | 11000110 | 1101 | 110101 | 0 | 10110 | 100011110 | 110000 | 111001 |
Color Harmonies of #AD5EC6
Complementary color
Monochromatic Colors of #AD5EC6
Black with #AD5EC6
Text Example
Text Example
White with #AD5EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EC6; }
p { color: rgb(173,94,198); }
H1.HeaderClassName
{
color: #AD5EC6;
}
.AnyTagClassName
{
color: #AD5EC6;
}
</style>
background-color css
<style>
a { background-color: #AD5EC6; }
a { background-color: rgb(173,94,198); }
div.DivClassName
{
background-color: #AD5EC6;
}
.BgClassName
{
background-color: #AD5EC6;
}
</style>
border-color css
<style>
span { border-color: #AD5EC6; }
span { border-color: rgb(173,94,198); }
td.TdClassName
{
border-color: #AD5EC6;
}
.TagClassName
{
border-color: #AD5EC6;
}
</style>