Shades of Medium Orchid #AD41DD
Tints of Medium Orchid #AD41DD
RGB
CMYK
RGB Variations
Color information
#AD41DD (or 0xAD41DD) is known color: Medium Orchid. HEX triplet: AD, 41 and DD. RGB value is (173,65,221). Sum of RGB (Red+Green+Blue) = 173+65+221=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD41DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41DD is #52BE22. Grayscale: #727272. Windows color (decimal): -5422627 or 14500269. OLE color: 14500269.
HSL color Cylindrical-coordinate representation of color #AD41DD: hue angle of 281.54º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD41DD is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 65 | 221 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.13 |
| HSL | 281.54º | 0.7% | 0.56% | - |
| HSV(B) | 281.54º | 0.71% | 0.87% | - |
| XYZ | 32.18 | 17.89 | 70.16 | - |
| YUV | 115.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 221 | 0.22 | 0.71 | 0 | 0.13 | 281.54 | 0.7 | 0.56 |
| Hex | AD | 41 | DD | 16 | 47 | 0 | D | 11A | 46 | 38 |
| Octal | 255 | 101 | 335 | 26 | 107 | 0 | 15 | 432 | 106 | 70 |
| Binary | 10101101 | 1000001 | 11011101 | 10110 | 1000111 | 0 | 1101 | 100011010 | 1000110 | 111000 |
Color Harmonies of #AD41DD
Complementary color
Monochromatic Colors of #AD41DD
Black with #AD41DD
Text Example
Text Example
White with #AD41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41DD; }
p { color: rgb(173,65,221); }
H1.HeaderClassName
{
color: #AD41DD;
}
.AnyTagClassName
{
color: #AD41DD;
}
</style>
background-color css
<style>
a { background-color: #AD41DD; }
a { background-color: rgb(173,65,221); }
div.DivClassName
{
background-color: #AD41DD;
}
.BgClassName
{
background-color: #AD41DD;
}
</style>
border-color css
<style>
span { border-color: #AD41DD; }
span { border-color: rgb(173,65,221); }
td.TdClassName
{
border-color: #AD41DD;
}
.TagClassName
{
border-color: #AD41DD;
}
</style>