Shades of Medium Orchid #AD4DC1
Tints of Medium Orchid #AD4DC1
RGB
CMYK
RGB Variations
Color information
#AD4DC1 (or 0xAD4DC1) is known color: Medium Orchid. HEX triplet: AD, 4D and C1. RGB value is (173,77,193). Sum of RGB (Red+Green+Blue) = 173+77+193=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 77 (30.47% from 255 or 17.38% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD4DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD4DC1 is #52B23E. Grayscale: #767676. Windows color (decimal): -5419583 or 12668333. OLE color: 12668333.
HSL color Cylindrical-coordinate representation of color #AD4DC1: hue angle of 289.66º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD4DC1 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 77 | 193 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.24 |
| HSL | 289.66º | 0.48% | 0.53% | - |
| HSV(B) | 289.66º | 0.6% | 0.76% | - |
| XYZ | 29.51 | 18.04 | 52.38 | - |
| YUV | 118.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 77 | 193 | 0.10 | 0.60 | 0 | 0.24 | 289.66 | 0.48 | 0.53 |
| Hex | AD | 4D | C1 | A | 3C | 0 | 18 | 122 | 30 | 35 |
| Octal | 255 | 115 | 301 | 12 | 74 | 0 | 30 | 442 | 60 | 65 |
| Binary | 10101101 | 1001101 | 11000001 | 1010 | 111100 | 0 | 11000 | 100100010 | 110000 | 110101 |
Color Harmonies of #AD4DC1
Complementary color
Monochromatic Colors of #AD4DC1
Black with #AD4DC1
Text Example
Text Example
White with #AD4DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4DC1; }
p { color: rgb(173,77,193); }
H1.HeaderClassName
{
color: #AD4DC1;
}
.AnyTagClassName
{
color: #AD4DC1;
}
</style>
background-color css
<style>
a { background-color: #AD4DC1; }
a { background-color: rgb(173,77,193); }
div.DivClassName
{
background-color: #AD4DC1;
}
.BgClassName
{
background-color: #AD4DC1;
}
</style>
border-color css
<style>
span { border-color: #AD4DC1; }
span { border-color: rgb(173,77,193); }
td.TdClassName
{
border-color: #AD4DC1;
}
.TagClassName
{
border-color: #AD4DC1;
}
</style>