Shades of Medium Orchid #AD4DC4
Tints of Medium Orchid #AD4DC4
RGB
CMYK
RGB Variations
Color information
#AD4DC4 (or 0xAD4DC4) is known color: Medium Orchid. HEX triplet: AD, 4D and C4. RGB value is (173,77,196). Sum of RGB (Red+Green+Blue) = 173+77+196=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 196 (76.95% from 255 or 43.95% from 446); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD4DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DC4 is #52B23B. Grayscale: #767676. Windows color (decimal): -5419580 or 12864941. OLE color: 12864941.
HSL color Cylindrical-coordinate representation of color #AD4DC4: hue angle of 288.4º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD4DC4 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 77 | 196 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.23 |
| HSL | 288.4º | 0.5% | 0.54% | - |
| HSV(B) | 288.4º | 0.61% | 0.77% | - |
| XYZ | 29.85 | 18.18 | 54.16 | - |
| YUV | 119.27 | 171.3 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 196 | 0.12 | 0.61 | 0 | 0.23 | 288.4 | 0.5 | 0.54 |
| Hex | AD | 4D | C4 | C | 3D | 0 | 17 | 120 | 32 | 36 |
| Octal | 255 | 115 | 304 | 14 | 75 | 0 | 27 | 440 | 62 | 66 |
| Binary | 10101101 | 1001101 | 11000100 | 1100 | 111101 | 0 | 10111 | 100100000 | 110010 | 110110 |
Color Harmonies of #AD4DC4
Complementary color
Monochromatic Colors of #AD4DC4
Black with #AD4DC4
Text Example
Text Example
White with #AD4DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DC4; }
p { color: rgb(173,77,196); }
H1.HeaderClassName
{
color: #AD4DC4;
}
.AnyTagClassName
{
color: #AD4DC4;
}
</style>
background-color css
<style>
a { background-color: #AD4DC4; }
a { background-color: rgb(173,77,196); }
div.DivClassName
{
background-color: #AD4DC4;
}
.BgClassName
{
background-color: #AD4DC4;
}
</style>
border-color css
<style>
span { border-color: #AD4DC4; }
span { border-color: rgb(173,77,196); }
td.TdClassName
{
border-color: #AD4DC4;
}
.TagClassName
{
border-color: #AD4DC4;
}
</style>