Shades of Medium Orchid #AD63C8
Tints of Medium Orchid #AD63C8
RGB
CMYK
RGB Variations
Color information
#AD63C8 (or 0xAD63C8) is known color: Medium Orchid. HEX triplet: AD, 63 and C8. RGB value is (173,99,200). Sum of RGB (Red+Green+Blue) = 173+99+200=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD63C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63C8 is #529C37. Grayscale: #848484. Windows color (decimal): -5413944 or 13132717. OLE color: 13132717.
HSL color Cylindrical-coordinate representation of color #AD63C8: hue angle of 283.96º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD63C8 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 99 | 200 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.22 |
| HSL | 283.96º | 0.48% | 0.59% | - |
| HSV(B) | 283.96º | 0.51% | 0.78% | - |
| XYZ | 32.12 | 21.98 | 57.19 | - |
| YUV | 132.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 200 | 0.14 | 0.50 | 0 | 0.22 | 283.96 | 0.48 | 0.59 |
| Hex | AD | 63 | C8 | E | 32 | 0 | 16 | 11C | 30 | 3B |
| Octal | 255 | 143 | 310 | 16 | 62 | 0 | 26 | 434 | 60 | 73 |
| Binary | 10101101 | 1100011 | 11001000 | 1110 | 110010 | 0 | 10110 | 100011100 | 110000 | 111011 |
Color Harmonies of #AD63C8
Complementary color
Monochromatic Colors of #AD63C8
Black with #AD63C8
Text Example
Text Example
White with #AD63C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63C8; }
p { color: rgb(173,99,200); }
H1.HeaderClassName
{
color: #AD63C8;
}
.AnyTagClassName
{
color: #AD63C8;
}
</style>
background-color css
<style>
a { background-color: #AD63C8; }
a { background-color: rgb(173,99,200); }
div.DivClassName
{
background-color: #AD63C8;
}
.BgClassName
{
background-color: #AD63C8;
}
</style>
border-color css
<style>
span { border-color: #AD63C8; }
span { border-color: rgb(173,99,200); }
td.TdClassName
{
border-color: #AD63C8;
}
.TagClassName
{
border-color: #AD63C8;
}
</style>