Shades of Medium Orchid #AD61D0
Tints of Medium Orchid #AD61D0
RGB
CMYK
RGB Variations
Color information
#AD61D0 (or 0xAD61D0) is known color: Medium Orchid. HEX triplet: AD, 61 and D0. RGB value is (173,97,208). Sum of RGB (Red+Green+Blue) = 173+97+208=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD61D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61D0 is #529E2F. Grayscale: #848484. Windows color (decimal): -5414448 or 13656493. OLE color: 13656493.
HSL color Cylindrical-coordinate representation of color #AD61D0: hue angle of 281.08º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD61D0 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 97 | 208 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.18 |
| HSL | 281.08º | 0.54% | 0.6% | - |
| HSV(B) | 281.08º | 0.53% | 0.82% | - |
| XYZ | 32.89 | 21.99 | 62.18 | - |
| YUV | 132.38 | 170.68 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 208 | 0.17 | 0.53 | 0 | 0.18 | 281.08 | 0.54 | 0.6 |
| Hex | AD | 61 | D0 | 11 | 35 | 0 | 12 | 119 | 36 | 3C |
| Octal | 255 | 141 | 320 | 21 | 65 | 0 | 22 | 431 | 66 | 74 |
| Binary | 10101101 | 1100001 | 11010000 | 10001 | 110101 | 0 | 10010 | 100011001 | 110110 | 111100 |
Color Harmonies of #AD61D0
Complementary color
Monochromatic Colors of #AD61D0
Black with #AD61D0
Text Example
Text Example
White with #AD61D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61D0; }
p { color: rgb(173,97,208); }
H1.HeaderClassName
{
color: #AD61D0;
}
.AnyTagClassName
{
color: #AD61D0;
}
</style>
background-color css
<style>
a { background-color: #AD61D0; }
a { background-color: rgb(173,97,208); }
div.DivClassName
{
background-color: #AD61D0;
}
.BgClassName
{
background-color: #AD61D0;
}
</style>
border-color css
<style>
span { border-color: #AD61D0; }
span { border-color: rgb(173,97,208); }
td.TdClassName
{
border-color: #AD61D0;
}
.TagClassName
{
border-color: #AD61D0;
}
</style>