Shades of Medium Orchid #AD4ED7
Tints of Medium Orchid #AD4ED7
RGB
CMYK
RGB Variations
Color information
#AD4ED7 (or 0xAD4ED7) is known color: Medium Orchid. HEX triplet: AD, 4E and D7. RGB value is (173,78,215). Sum of RGB (Red+Green+Blue) = 173+78+215=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 78 (30.86% from 255 or 16.74% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD4ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4ED7 is #52B128. Grayscale: #797979. Windows color (decimal): -5419305 or 14110381. OLE color: 14110381.
HSL color Cylindrical-coordinate representation of color #AD4ED7: hue angle of 281.61º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD4ED7 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 78 | 215 | - |
| CMYK | 0.20 | 0.64 | 0 | 0.16 |
| HSL | 281.61º | 0.63% | 0.57% | - |
| HSV(B) | 281.61º | 0.64% | 0.84% | - |
| XYZ | 32.22 | 19.24 | 66.31 | - |
| YUV | 122.02 | 180.47 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 215 | 0.20 | 0.64 | 0 | 0.16 | 281.61 | 0.63 | 0.57 |
| Hex | AD | 4E | D7 | 14 | 40 | 0 | 10 | 11A | 3F | 39 |
| Octal | 255 | 116 | 327 | 24 | 100 | 0 | 20 | 432 | 77 | 71 |
| Binary | 10101101 | 1001110 | 11010111 | 10100 | 1000000 | 0 | 10000 | 100011010 | 111111 | 111001 |
Color Harmonies of #AD4ED7
Complementary color
Monochromatic Colors of #AD4ED7
Black with #AD4ED7
Text Example
Text Example
White with #AD4ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4ED7; }
p { color: rgb(173,78,215); }
H1.HeaderClassName
{
color: #AD4ED7;
}
.AnyTagClassName
{
color: #AD4ED7;
}
</style>
background-color css
<style>
a { background-color: #AD4ED7; }
a { background-color: rgb(173,78,215); }
div.DivClassName
{
background-color: #AD4ED7;
}
.BgClassName
{
background-color: #AD4ED7;
}
</style>
border-color css
<style>
span { border-color: #AD4ED7; }
span { border-color: rgb(173,78,215); }
td.TdClassName
{
border-color: #AD4ED7;
}
.TagClassName
{
border-color: #AD4ED7;
}
</style>