Shades of Medium Orchid #AD55DD
Tints of Medium Orchid #AD55DD
RGB
CMYK
RGB Variations
Color information
#AD55DD (or 0xAD55DD) is known color: Medium Orchid. HEX triplet: AD, 55 and DD. RGB value is (173,85,221). Sum of RGB (Red+Green+Blue) = 173+85+221=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD55DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55DD is #52AA22. Grayscale: #7E7E7E. Windows color (decimal): -5417507 or 14505389. OLE color: 14505389.
HSL color Cylindrical-coordinate representation of color #AD55DD: hue angle of 278.82º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD55DD is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 85 | 221 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.13 |
| HSL | 278.82º | 0.67% | 0.6% | - |
| HSV(B) | 278.82º | 0.62% | 0.87% | - |
| XYZ | 33.53 | 20.6 | 70.62 | - |
| YUV | 126.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 221 | 0.22 | 0.62 | 0 | 0.13 | 278.82 | 0.67 | 0.6 |
| Hex | AD | 55 | DD | 16 | 3E | 0 | D | 117 | 43 | 3C |
| Octal | 255 | 125 | 335 | 26 | 76 | 0 | 15 | 427 | 103 | 74 |
| Binary | 10101101 | 1010101 | 11011101 | 10110 | 111110 | 0 | 1101 | 100010111 | 1000011 | 111100 |
Color Harmonies of #AD55DD
Complementary color
Monochromatic Colors of #AD55DD
Black with #AD55DD
Text Example
Text Example
White with #AD55DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55DD; }
p { color: rgb(173,85,221); }
H1.HeaderClassName
{
color: #AD55DD;
}
.AnyTagClassName
{
color: #AD55DD;
}
</style>
background-color css
<style>
a { background-color: #AD55DD; }
a { background-color: rgb(173,85,221); }
div.DivClassName
{
background-color: #AD55DD;
}
.BgClassName
{
background-color: #AD55DD;
}
</style>
border-color css
<style>
span { border-color: #AD55DD; }
span { border-color: rgb(173,85,221); }
td.TdClassName
{
border-color: #AD55DD;
}
.TagClassName
{
border-color: #AD55DD;
}
</style>