Shades of Medium Orchid #AD63D8
Tints of Medium Orchid #AD63D8
RGB
CMYK
RGB Variations
Color information
#AD63D8 (or 0xAD63D8) is known color: Medium Orchid. HEX triplet: AD, 63 and D8. RGB value is (173,99,216). Sum of RGB (Red+Green+Blue) = 173+99+216=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #AD63D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63D8 is #529C27. Grayscale: #868686. Windows color (decimal): -5413928 or 14181293. OLE color: 14181293.
HSL color Cylindrical-coordinate representation of color #AD63D8: hue angle of 277.95º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD63D8 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 99 | 216 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.15 |
| HSL | 277.95º | 0.6% | 0.62% | - |
| HSV(B) | 277.95º | 0.54% | 0.85% | - |
| XYZ | 34.09 | 22.77 | 67.56 | - |
| YUV | 134.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 216 | 0.20 | 0.54 | 0 | 0.15 | 277.95 | 0.6 | 0.62 |
| Hex | AD | 63 | D8 | 14 | 36 | 0 | F | 116 | 3C | 3E |
| Octal | 255 | 143 | 330 | 24 | 66 | 0 | 17 | 426 | 74 | 76 |
| Binary | 10101101 | 1100011 | 11011000 | 10100 | 110110 | 0 | 1111 | 100010110 | 111100 | 111110 |
Color Harmonies of #AD63D8
Complementary color
Monochromatic Colors of #AD63D8
Black with #AD63D8
Text Example
Text Example
White with #AD63D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63D8; }
p { color: rgb(173,99,216); }
H1.HeaderClassName
{
color: #AD63D8;
}
.AnyTagClassName
{
color: #AD63D8;
}
</style>
background-color css
<style>
a { background-color: #AD63D8; }
a { background-color: rgb(173,99,216); }
div.DivClassName
{
background-color: #AD63D8;
}
.BgClassName
{
background-color: #AD63D8;
}
</style>
border-color css
<style>
span { border-color: #AD63D8; }
span { border-color: rgb(173,99,216); }
td.TdClassName
{
border-color: #AD63D8;
}
.TagClassName
{
border-color: #AD63D8;
}
</style>