Shades of Medium Orchid #AD4EDE
Tints of Medium Orchid #AD4EDE
RGB
CMYK
RGB Variations
Color information
#AD4EDE (or 0xAD4EDE) is known color: Medium Orchid. HEX triplet: AD, 4E and DE. RGB value is (173,78,222). Sum of RGB (Red+Green+Blue) = 173+78+222=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD4EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EDE is #52B121. Grayscale: #7A7A7A. Windows color (decimal): -5419298 or 14569133. OLE color: 14569133.
HSL color Cylindrical-coordinate representation of color #AD4EDE: hue angle of 279.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4EDE is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 78 | 222 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.13 |
| HSL | 279.58º | 0.69% | 0.59% | - |
| HSV(B) | 279.58º | 0.65% | 0.87% | - |
| XYZ | 33.14 | 19.61 | 71.14 | - |
| YUV | 122.82 | 183.97 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 222 | 0.22 | 0.65 | 0 | 0.13 | 279.58 | 0.69 | 0.59 |
| Hex | AD | 4E | DE | 16 | 41 | 0 | D | 118 | 45 | 3B |
| Octal | 255 | 116 | 336 | 26 | 101 | 0 | 15 | 430 | 105 | 73 |
| Binary | 10101101 | 1001110 | 11011110 | 10110 | 1000001 | 0 | 1101 | 100011000 | 1000101 | 111011 |
Color Harmonies of #AD4EDE
Complementary color
Monochromatic Colors of #AD4EDE
Black with #AD4EDE
Text Example
Text Example
White with #AD4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EDE; }
p { color: rgb(173,78,222); }
H1.HeaderClassName
{
color: #AD4EDE;
}
.AnyTagClassName
{
color: #AD4EDE;
}
</style>
background-color css
<style>
a { background-color: #AD4EDE; }
a { background-color: rgb(173,78,222); }
div.DivClassName
{
background-color: #AD4EDE;
}
.BgClassName
{
background-color: #AD4EDE;
}
</style>
border-color css
<style>
span { border-color: #AD4EDE; }
span { border-color: rgb(173,78,222); }
td.TdClassName
{
border-color: #AD4EDE;
}
.TagClassName
{
border-color: #AD4EDE;
}
</style>