Shades of Medium Orchid #AD52D7
Tints of Medium Orchid #AD52D7
RGB
CMYK
RGB Variations
Color information
#AD52D7 (or 0xAD52D7) is known color: Medium Orchid. HEX triplet: AD, 52 and D7. RGB value is (173,82,215). Sum of RGB (Red+Green+Blue) = 173+82+215=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 215 (84.38% from 255 or 45.74% from 470); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD52D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD52D7 is #52AD28. Grayscale: #7B7B7B. Windows color (decimal): -5418281 or 14111405. OLE color: 14111405.
HSL color Cylindrical-coordinate representation of color #AD52D7: hue angle of 281.05º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD52D7 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 82 | 215 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.16 |
| HSL | 281.05º | 0.62% | 0.58% | - |
| HSV(B) | 281.05º | 0.62% | 0.84% | - |
| XYZ | 32.52 | 19.83 | 66.4 | - |
| YUV | 124.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 82 | 215 | 0.20 | 0.62 | 0 | 0.16 | 281.05 | 0.62 | 0.58 |
| Hex | AD | 52 | D7 | 14 | 3E | 0 | 10 | 119 | 3E | 3A |
| Octal | 255 | 122 | 327 | 24 | 76 | 0 | 20 | 431 | 76 | 72 |
| Binary | 10101101 | 1010010 | 11010111 | 10100 | 111110 | 0 | 10000 | 100011001 | 111110 | 111010 |
Color Harmonies of #AD52D7
Complementary color
Monochromatic Colors of #AD52D7
Black with #AD52D7
Text Example
Text Example
White with #AD52D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD52D7; }
p { color: rgb(173,82,215); }
H1.HeaderClassName
{
color: #AD52D7;
}
.AnyTagClassName
{
color: #AD52D7;
}
</style>
background-color css
<style>
a { background-color: #AD52D7; }
a { background-color: rgb(173,82,215); }
div.DivClassName
{
background-color: #AD52D7;
}
.BgClassName
{
background-color: #AD52D7;
}
</style>
border-color css
<style>
span { border-color: #AD52D7; }
span { border-color: rgb(173,82,215); }
td.TdClassName
{
border-color: #AD52D7;
}
.TagClassName
{
border-color: #AD52D7;
}
</style>