Shades of Medium Orchid #AD60D4
Tints of Medium Orchid #AD60D4
RGB
CMYK
RGB Variations
Color information
#AD60D4 (or 0xAD60D4) is known color: Medium Orchid. HEX triplet: AD, 60 and D4. RGB value is (173,96,212). Sum of RGB (Red+Green+Blue) = 173+96+212=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD60D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60D4 is #529F2B. Grayscale: #838383. Windows color (decimal): -5414700 or 13918381. OLE color: 13918381.
HSL color Cylindrical-coordinate representation of color #AD60D4: hue angle of 279.83º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD60D4 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 96 | 212 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.17 |
| HSL | 279.83º | 0.57% | 0.6% | - |
| HSV(B) | 279.83º | 0.55% | 0.83% | - |
| XYZ | 33.3 | 22 | 64.78 | - |
| YUV | 132.25 | 173.01 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 212 | 0.18 | 0.55 | 0 | 0.17 | 279.83 | 0.57 | 0.6 |
| Hex | AD | 60 | D4 | 12 | 37 | 0 | 11 | 118 | 39 | 3C |
| Octal | 255 | 140 | 324 | 22 | 67 | 0 | 21 | 430 | 71 | 74 |
| Binary | 10101101 | 1100000 | 11010100 | 10010 | 110111 | 0 | 10001 | 100011000 | 111001 | 111100 |
Color Harmonies of #AD60D4
Complementary color
Monochromatic Colors of #AD60D4
Black with #AD60D4
Text Example
Text Example
White with #AD60D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60D4; }
p { color: rgb(173,96,212); }
H1.HeaderClassName
{
color: #AD60D4;
}
.AnyTagClassName
{
color: #AD60D4;
}
</style>
background-color css
<style>
a { background-color: #AD60D4; }
a { background-color: rgb(173,96,212); }
div.DivClassName
{
background-color: #AD60D4;
}
.BgClassName
{
background-color: #AD60D4;
}
</style>
border-color css
<style>
span { border-color: #AD60D4; }
span { border-color: rgb(173,96,212); }
td.TdClassName
{
border-color: #AD60D4;
}
.TagClassName
{
border-color: #AD60D4;
}
</style>