Shades of Medium Orchid #AD60DD
Tints of Medium Orchid #AD60DD
RGB
CMYK
RGB Variations
Color information
#AD60DD (or 0xAD60DD) is known color: Medium Orchid. HEX triplet: AD, 60 and DD. RGB value is (173,96,221). Sum of RGB (Red+Green+Blue) = 173+96+221=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD60DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60DD is #529F22. Grayscale: #848484. Windows color (decimal): -5414691 or 14508205. OLE color: 14508205.
HSL color Cylindrical-coordinate representation of color #AD60DD: hue angle of 276.96º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD60DD is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 96 | 221 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.13 |
| HSL | 276.96º | 0.65% | 0.62% | - |
| HSV(B) | 276.96º | 0.57% | 0.87% | - |
| XYZ | 34.47 | 22.47 | 70.93 | - |
| YUV | 133.27 | 177.51 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 221 | 0.22 | 0.57 | 0 | 0.13 | 276.96 | 0.65 | 0.62 |
| Hex | AD | 60 | DD | 16 | 39 | 0 | D | 115 | 41 | 3E |
| Octal | 255 | 140 | 335 | 26 | 71 | 0 | 15 | 425 | 101 | 76 |
| Binary | 10101101 | 1100000 | 11011101 | 10110 | 111001 | 0 | 1101 | 100010101 | 1000001 | 111110 |
Color Harmonies of #AD60DD
Complementary color
Monochromatic Colors of #AD60DD
Black with #AD60DD
Text Example
Text Example
White with #AD60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60DD; }
p { color: rgb(173,96,221); }
H1.HeaderClassName
{
color: #AD60DD;
}
.AnyTagClassName
{
color: #AD60DD;
}
</style>
background-color css
<style>
a { background-color: #AD60DD; }
a { background-color: rgb(173,96,221); }
div.DivClassName
{
background-color: #AD60DD;
}
.BgClassName
{
background-color: #AD60DD;
}
</style>
border-color css
<style>
span { border-color: #AD60DD; }
span { border-color: rgb(173,96,221); }
td.TdClassName
{
border-color: #AD60DD;
}
.TagClassName
{
border-color: #AD60DD;
}
</style>