Shades of Medium Orchid #AD4ED0
Tints of Medium Orchid #AD4ED0
RGB
CMYK
RGB Variations
Color information
#AD4ED0 (or 0xAD4ED0) is known color: Medium Orchid. HEX triplet: AD, 4E and D0. RGB value is (173,78,208). Sum of RGB (Red+Green+Blue) = 173+78+208=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD4ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4ED0 is #52B12F. Grayscale: #787878. Windows color (decimal): -5419312 or 13651629. OLE color: 13651629.
HSL color Cylindrical-coordinate representation of color #AD4ED0: hue angle of 283.85º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD4ED0 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 78 | 208 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.18 |
| HSL | 283.85º | 0.58% | 0.56% | - |
| HSV(B) | 283.85º | 0.63% | 0.82% | - |
| XYZ | 31.34 | 18.89 | 61.67 | - |
| YUV | 121.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 208 | 0.17 | 0.62 | 0 | 0.18 | 283.85 | 0.58 | 0.56 |
| Hex | AD | 4E | D0 | 11 | 3E | 0 | 12 | 11C | 3A | 38 |
| Octal | 255 | 116 | 320 | 21 | 76 | 0 | 22 | 434 | 72 | 70 |
| Binary | 10101101 | 1001110 | 11010000 | 10001 | 111110 | 0 | 10010 | 100011100 | 111010 | 111000 |
Color Harmonies of #AD4ED0
Complementary color
Monochromatic Colors of #AD4ED0
Black with #AD4ED0
Text Example
Text Example
White with #AD4ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ED0; }
p { color: rgb(173,78,208); }
H1.HeaderClassName
{
color: #AD4ED0;
}
.AnyTagClassName
{
color: #AD4ED0;
}
</style>
background-color css
<style>
a { background-color: #AD4ED0; }
a { background-color: rgb(173,78,208); }
div.DivClassName
{
background-color: #AD4ED0;
}
.BgClassName
{
background-color: #AD4ED0;
}
</style>
border-color css
<style>
span { border-color: #AD4ED0; }
span { border-color: rgb(173,78,208); }
td.TdClassName
{
border-color: #AD4ED0;
}
.TagClassName
{
border-color: #AD4ED0;
}
</style>