Shades of Medium Orchid #AD63DE
Tints of Medium Orchid #AD63DE
RGB
CMYK
RGB Variations
Color information
#AD63DE (or 0xAD63DE) is known color: Medium Orchid. HEX triplet: AD, 63 and DE. RGB value is (173,99,222). Sum of RGB (Red+Green+Blue) = 173+99+222=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD63DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63DE is #529C21. Grayscale: #868686. Windows color (decimal): -5413922 or 14574509. OLE color: 14574509.
HSL color Cylindrical-coordinate representation of color #AD63DE: hue angle of 276.1º degrees, saturation: 0.65, 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 #AD63DE is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 99 | 222 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.13 |
| HSL | 276.1º | 0.65% | 0.63% | - |
| HSV(B) | 276.1º | 0.55% | 0.87% | - |
| XYZ | 34.88 | 23.08 | 71.72 | - |
| YUV | 135.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 222 | 0.22 | 0.55 | 0 | 0.13 | 276.1 | 0.65 | 0.63 |
| Hex | AD | 63 | DE | 16 | 37 | 0 | D | 114 | 41 | 3F |
| Octal | 255 | 143 | 336 | 26 | 67 | 0 | 15 | 424 | 101 | 77 |
| Binary | 10101101 | 1100011 | 11011110 | 10110 | 110111 | 0 | 1101 | 100010100 | 1000001 | 111111 |
Color Harmonies of #AD63DE
Complementary color
Monochromatic Colors of #AD63DE
Black with #AD63DE
Text Example
Text Example
White with #AD63DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63DE; }
p { color: rgb(173,99,222); }
H1.HeaderClassName
{
color: #AD63DE;
}
.AnyTagClassName
{
color: #AD63DE;
}
</style>
background-color css
<style>
a { background-color: #AD63DE; }
a { background-color: rgb(173,99,222); }
div.DivClassName
{
background-color: #AD63DE;
}
.BgClassName
{
background-color: #AD63DE;
}
</style>
border-color css
<style>
span { border-color: #AD63DE; }
span { border-color: rgb(173,99,222); }
td.TdClassName
{
border-color: #AD63DE;
}
.TagClassName
{
border-color: #AD63DE;
}
</style>