Shades of Medium Orchid #AD4EC9
Tints of Medium Orchid #AD4EC9
RGB
CMYK
RGB Variations
Color information
#AD4EC9 (or 0xAD4EC9) is known color: Medium Orchid. HEX triplet: AD, 4E and C9. RGB value is (173,78,201). Sum of RGB (Red+Green+Blue) = 173+78+201=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD4EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EC9 is #52B136. Grayscale: #787878. Windows color (decimal): -5419319 or 13192877. OLE color: 13192877.
HSL color Cylindrical-coordinate representation of color #AD4EC9: hue angle of 286.34º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4EC9 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 78 | 201 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.21 |
| HSL | 286.34º | 0.53% | 0.55% | - |
| HSV(B) | 286.34º | 0.61% | 0.79% | - |
| XYZ | 30.5 | 18.55 | 57.23 | - |
| YUV | 120.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 201 | 0.14 | 0.61 | 0 | 0.21 | 286.34 | 0.53 | 0.55 |
| Hex | AD | 4E | C9 | E | 3D | 0 | 15 | 11E | 35 | 37 |
| Octal | 255 | 116 | 311 | 16 | 75 | 0 | 25 | 436 | 65 | 67 |
| Binary | 10101101 | 1001110 | 11001001 | 1110 | 111101 | 0 | 10101 | 100011110 | 110101 | 110111 |
Color Harmonies of #AD4EC9
Complementary color
Monochromatic Colors of #AD4EC9
Black with #AD4EC9
Text Example
Text Example
White with #AD4EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EC9; }
p { color: rgb(173,78,201); }
H1.HeaderClassName
{
color: #AD4EC9;
}
.AnyTagClassName
{
color: #AD4EC9;
}
</style>
background-color css
<style>
a { background-color: #AD4EC9; }
a { background-color: rgb(173,78,201); }
div.DivClassName
{
background-color: #AD4EC9;
}
.BgClassName
{
background-color: #AD4EC9;
}
</style>
border-color css
<style>
span { border-color: #AD4EC9; }
span { border-color: rgb(173,78,201); }
td.TdClassName
{
border-color: #AD4EC9;
}
.TagClassName
{
border-color: #AD4EC9;
}
</style>