Shades of Medium Orchid #AD62D8
Tints of Medium Orchid #AD62D8
RGB
CMYK
RGB Variations
Color information
#AD62D8 (or 0xAD62D8) is known color: Medium Orchid. HEX triplet: AD, 62 and D8. RGB value is (173,98,216). Sum of RGB (Red+Green+Blue) = 173+98+216=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD62D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD62D8 is #529D27. Grayscale: #858585. Windows color (decimal): -5414184 or 14181037. OLE color: 14181037.
HSL color Cylindrical-coordinate representation of color #AD62D8: hue angle of 278.14º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD62D8 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 98 | 216 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.15 |
| HSL | 278.14º | 0.6% | 0.62% | - |
| HSV(B) | 278.14º | 0.55% | 0.85% | - |
| XYZ | 34 | 22.58 | 67.53 | - |
| YUV | 133.88 | 174.35 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 216 | 0.20 | 0.55 | 0 | 0.15 | 278.14 | 0.6 | 0.62 |
| Hex | AD | 62 | D8 | 14 | 37 | 0 | F | 116 | 3C | 3E |
| Octal | 255 | 142 | 330 | 24 | 67 | 0 | 17 | 426 | 74 | 76 |
| Binary | 10101101 | 1100010 | 11011000 | 10100 | 110111 | 0 | 1111 | 100010110 | 111100 | 111110 |
Color Harmonies of #AD62D8
Complementary color
Monochromatic Colors of #AD62D8
Black with #AD62D8
Text Example
Text Example
White with #AD62D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD62D8; }
p { color: rgb(173,98,216); }
H1.HeaderClassName
{
color: #AD62D8;
}
.AnyTagClassName
{
color: #AD62D8;
}
</style>
background-color css
<style>
a { background-color: #AD62D8; }
a { background-color: rgb(173,98,216); }
div.DivClassName
{
background-color: #AD62D8;
}
.BgClassName
{
background-color: #AD62D8;
}
</style>
border-color css
<style>
span { border-color: #AD62D8; }
span { border-color: rgb(173,98,216); }
td.TdClassName
{
border-color: #AD62D8;
}
.TagClassName
{
border-color: #AD62D8;
}
</style>