Shades of Medium Orchid #AD60D0
Tints of Medium Orchid #AD60D0
RGB
CMYK
RGB Variations
Color information
#AD60D0 (or 0xAD60D0) is known color: Medium Orchid. HEX triplet: AD, 60 and D0. RGB value is (173,96,208). Sum of RGB (Red+Green+Blue) = 173+96+208=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #AD60D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60D0 is #529F2F. Grayscale: #838383. Windows color (decimal): -5414704 or 13656237. OLE color: 13656237.
HSL color Cylindrical-coordinate representation of color #AD60D0: hue angle of 281.25º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD60D0 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 96 | 208 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.18 |
| HSL | 281.25º | 0.54% | 0.6% | - |
| HSV(B) | 281.25º | 0.54% | 0.82% | - |
| XYZ | 32.8 | 21.8 | 62.15 | - |
| YUV | 131.79 | 171.01 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 208 | 0.17 | 0.54 | 0 | 0.18 | 281.25 | 0.54 | 0.6 |
| Hex | AD | 60 | D0 | 11 | 36 | 0 | 12 | 119 | 36 | 3C |
| Octal | 255 | 140 | 320 | 21 | 66 | 0 | 22 | 431 | 66 | 74 |
| Binary | 10101101 | 1100000 | 11010000 | 10001 | 110110 | 0 | 10010 | 100011001 | 110110 | 111100 |
Color Harmonies of #AD60D0
Complementary color
Monochromatic Colors of #AD60D0
Black with #AD60D0
Text Example
Text Example
White with #AD60D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60D0; }
p { color: rgb(173,96,208); }
H1.HeaderClassName
{
color: #AD60D0;
}
.AnyTagClassName
{
color: #AD60D0;
}
</style>
background-color css
<style>
a { background-color: #AD60D0; }
a { background-color: rgb(173,96,208); }
div.DivClassName
{
background-color: #AD60D0;
}
.BgClassName
{
background-color: #AD60D0;
}
</style>
border-color css
<style>
span { border-color: #AD60D0; }
span { border-color: rgb(173,96,208); }
td.TdClassName
{
border-color: #AD60D0;
}
.TagClassName
{
border-color: #AD60D0;
}
</style>