Shades of Medium Orchid #AD52DD
Tints of Medium Orchid #AD52DD
RGB
CMYK
RGB Variations
Color information
#AD52DD (or 0xAD52DD) is known color: Medium Orchid. HEX triplet: AD, 52 and DD. RGB value is (173,82,221). Sum of RGB (Red+Green+Blue) = 173+82+221=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD52DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52DD is #52AD22. Grayscale: #7C7C7C. Windows color (decimal): -5418275 or 14504621. OLE color: 14504621.
HSL color Cylindrical-coordinate representation of color #AD52DD: hue angle of 279.28º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD52DD is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 82 | 221 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.13 |
| HSL | 279.28º | 0.67% | 0.59% | - |
| HSV(B) | 279.28º | 0.63% | 0.87% | - |
| XYZ | 33.3 | 20.14 | 70.54 | - |
| YUV | 125.06 | 182.15 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 221 | 0.22 | 0.63 | 0 | 0.13 | 279.28 | 0.67 | 0.59 |
| Hex | AD | 52 | DD | 16 | 3F | 0 | D | 117 | 43 | 3B |
| Octal | 255 | 122 | 335 | 26 | 77 | 0 | 15 | 427 | 103 | 73 |
| Binary | 10101101 | 1010010 | 11011101 | 10110 | 111111 | 0 | 1101 | 100010111 | 1000011 | 111011 |
Color Harmonies of #AD52DD
Complementary color
Monochromatic Colors of #AD52DD
Black with #AD52DD
Text Example
Text Example
White with #AD52DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52DD; }
p { color: rgb(173,82,221); }
H1.HeaderClassName
{
color: #AD52DD;
}
.AnyTagClassName
{
color: #AD52DD;
}
</style>
background-color css
<style>
a { background-color: #AD52DD; }
a { background-color: rgb(173,82,221); }
div.DivClassName
{
background-color: #AD52DD;
}
.BgClassName
{
background-color: #AD52DD;
}
</style>
border-color css
<style>
span { border-color: #AD52DD; }
span { border-color: rgb(173,82,221); }
td.TdClassName
{
border-color: #AD52DD;
}
.TagClassName
{
border-color: #AD52DD;
}
</style>