Shades of Medium Orchid #AD41DE
Tints of Medium Orchid #AD41DE
RGB
CMYK
RGB Variations
Color information
#AD41DE (or 0xAD41DE) is known color: Medium Orchid. HEX triplet: AD, 41 and DE. RGB value is (173,65,222). Sum of RGB (Red+Green+Blue) = 173+65+222=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD41DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD41DE is #52BE21. Grayscale: #727272. Windows color (decimal): -5422626 or 14565805. OLE color: 14565805.
HSL color Cylindrical-coordinate representation of color #AD41DE: hue angle of 281.27º 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 #AD41DE is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 65 | 222 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.13 |
| HSL | 281.27º | 0.7% | 0.56% | - |
| HSV(B) | 281.27º | 0.71% | 0.87% | - |
| XYZ | 32.31 | 17.94 | 70.87 | - |
| YUV | 115.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 222 | 0.22 | 0.71 | 0 | 0.13 | 281.27 | 0.7 | 0.56 |
| Hex | AD | 41 | DE | 16 | 47 | 0 | D | 119 | 46 | 38 |
| Octal | 255 | 101 | 336 | 26 | 107 | 0 | 15 | 431 | 106 | 70 |
| Binary | 10101101 | 1000001 | 11011110 | 10110 | 1000111 | 0 | 1101 | 100011001 | 1000110 | 111000 |
Color Harmonies of #AD41DE
Complementary color
Monochromatic Colors of #AD41DE
Black with #AD41DE
Text Example
Text Example
White with #AD41DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41DE; }
p { color: rgb(173,65,222); }
H1.HeaderClassName
{
color: #AD41DE;
}
.AnyTagClassName
{
color: #AD41DE;
}
</style>
background-color css
<style>
a { background-color: #AD41DE; }
a { background-color: rgb(173,65,222); }
div.DivClassName
{
background-color: #AD41DE;
}
.BgClassName
{
background-color: #AD41DE;
}
</style>
border-color css
<style>
span { border-color: #AD41DE; }
span { border-color: rgb(173,65,222); }
td.TdClassName
{
border-color: #AD41DE;
}
.TagClassName
{
border-color: #AD41DE;
}
</style>