Shades of Medium Orchid #AD4EDC
Tints of Medium Orchid #AD4EDC
RGB
CMYK
RGB Variations
Color information
#AD4EDC (or 0xAD4EDC) is known color: Medium Orchid. HEX triplet: AD, 4E and DC. RGB value is (173,78,220). Sum of RGB (Red+Green+Blue) = 173+78+220=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD4EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EDC is #52B123. Grayscale: #7A7A7A. Windows color (decimal): -5419300 or 14438061. OLE color: 14438061.
HSL color Cylindrical-coordinate representation of color #AD4EDC: hue angle of 280.14º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD4EDC is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 78 | 220 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.14 |
| HSL | 280.14º | 0.67% | 0.58% | - |
| HSV(B) | 280.14º | 0.65% | 0.86% | - |
| XYZ | 32.88 | 19.5 | 69.74 | - |
| YUV | 122.59 | 182.97 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 220 | 0.21 | 0.65 | 0 | 0.14 | 280.14 | 0.67 | 0.58 |
| Hex | AD | 4E | DC | 15 | 41 | 0 | E | 118 | 43 | 3A |
| Octal | 255 | 116 | 334 | 25 | 101 | 0 | 16 | 430 | 103 | 72 |
| Binary | 10101101 | 1001110 | 11011100 | 10101 | 1000001 | 0 | 1110 | 100011000 | 1000011 | 111010 |
Color Harmonies of #AD4EDC
Complementary color
Monochromatic Colors of #AD4EDC
Black with #AD4EDC
Text Example
Text Example
White with #AD4EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EDC; }
p { color: rgb(173,78,220); }
H1.HeaderClassName
{
color: #AD4EDC;
}
.AnyTagClassName
{
color: #AD4EDC;
}
</style>
background-color css
<style>
a { background-color: #AD4EDC; }
a { background-color: rgb(173,78,220); }
div.DivClassName
{
background-color: #AD4EDC;
}
.BgClassName
{
background-color: #AD4EDC;
}
</style>
border-color css
<style>
span { border-color: #AD4EDC; }
span { border-color: rgb(173,78,220); }
td.TdClassName
{
border-color: #AD4EDC;
}
.TagClassName
{
border-color: #AD4EDC;
}
</style>