Shades of Medium Orchid #AD4EC6
Tints of Medium Orchid #AD4EC6
RGB
CMYK
RGB Variations
Color information
#AD4EC6 (or 0xAD4EC6) is known color: Medium Orchid. HEX triplet: AD, 4E and C6. RGB value is (173,78,198). Sum of RGB (Red+Green+Blue) = 173+78+198=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD4EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4EC6 is #52B139. Grayscale: #777777. Windows color (decimal): -5419322 or 12996269. OLE color: 12996269.
HSL color Cylindrical-coordinate representation of color #AD4EC6: hue angle of 287.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4EC6 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 78 | 198 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.22 |
| HSL | 287.5º | 0.51% | 0.54% | - |
| HSV(B) | 287.5º | 0.61% | 0.78% | - |
| XYZ | 30.15 | 18.41 | 55.39 | - |
| YUV | 120.09 | 171.97 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 78 | 198 | 0.13 | 0.61 | 0 | 0.22 | 287.5 | 0.51 | 0.54 |
| Hex | AD | 4E | C6 | D | 3D | 0 | 16 | 120 | 33 | 36 |
| Octal | 255 | 116 | 306 | 15 | 75 | 0 | 26 | 440 | 63 | 66 |
| Binary | 10101101 | 1001110 | 11000110 | 1101 | 111101 | 0 | 10110 | 100100000 | 110011 | 110110 |
Color Harmonies of #AD4EC6
Complementary color
Monochromatic Colors of #AD4EC6
Black with #AD4EC6
Text Example
Text Example
White with #AD4EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4EC6; }
p { color: rgb(173,78,198); }
H1.HeaderClassName
{
color: #AD4EC6;
}
.AnyTagClassName
{
color: #AD4EC6;
}
</style>
background-color css
<style>
a { background-color: #AD4EC6; }
a { background-color: rgb(173,78,198); }
div.DivClassName
{
background-color: #AD4EC6;
}
.BgClassName
{
background-color: #AD4EC6;
}
</style>
border-color css
<style>
span { border-color: #AD4EC6; }
span { border-color: rgb(173,78,198); }
td.TdClassName
{
border-color: #AD4EC6;
}
.TagClassName
{
border-color: #AD4EC6;
}
</style>