Shades of Medium Orchid #AD63DD
Tints of Medium Orchid #AD63DD
RGB
CMYK
RGB Variations
Color information
#AD63DD (or 0xAD63DD) is known color: Medium Orchid. HEX triplet: AD, 63 and DD. RGB value is (173,99,221). Sum of RGB (Red+Green+Blue) = 173+99+221=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD63DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63DD is #529C22. Grayscale: #868686. Windows color (decimal): -5413923 or 14508973. OLE color: 14508973.
HSL color Cylindrical-coordinate representation of color #AD63DD: hue angle of 276.39º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD63DD is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 99 | 221 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.13 |
| HSL | 276.39º | 0.64% | 0.63% | - |
| HSV(B) | 276.39º | 0.55% | 0.87% | - |
| XYZ | 34.75 | 23.03 | 71.02 | - |
| YUV | 135.03 | 176.52 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 221 | 0.22 | 0.55 | 0 | 0.13 | 276.39 | 0.64 | 0.63 |
| Hex | AD | 63 | DD | 16 | 37 | 0 | D | 114 | 40 | 3F |
| Octal | 255 | 143 | 335 | 26 | 67 | 0 | 15 | 424 | 100 | 77 |
| Binary | 10101101 | 1100011 | 11011101 | 10110 | 110111 | 0 | 1101 | 100010100 | 1000000 | 111111 |
Color Harmonies of #AD63DD
Complementary color
Monochromatic Colors of #AD63DD
Black with #AD63DD
Text Example
Text Example
White with #AD63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63DD; }
p { color: rgb(173,99,221); }
H1.HeaderClassName
{
color: #AD63DD;
}
.AnyTagClassName
{
color: #AD63DD;
}
</style>
background-color css
<style>
a { background-color: #AD63DD; }
a { background-color: rgb(173,99,221); }
div.DivClassName
{
background-color: #AD63DD;
}
.BgClassName
{
background-color: #AD63DD;
}
</style>
border-color css
<style>
span { border-color: #AD63DD; }
span { border-color: rgb(173,99,221); }
td.TdClassName
{
border-color: #AD63DD;
}
.TagClassName
{
border-color: #AD63DD;
}
</style>