Shades of Medium Orchid #AD63D7
Tints of Medium Orchid #AD63D7
RGB
CMYK
RGB Variations
Color information
#AD63D7 (or 0xAD63D7) is known color: Medium Orchid. HEX triplet: AD, 63 and D7. RGB value is (173,99,215). Sum of RGB (Red+Green+Blue) = 173+99+215=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD63D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63D7 is #529C28. Grayscale: #858585. Windows color (decimal): -5413929 or 14115757. OLE color: 14115757.
HSL color Cylindrical-coordinate representation of color #AD63D7: hue angle of 278.28º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD63D7 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 99 | 215 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.16 |
| HSL | 278.28º | 0.59% | 0.62% | - |
| HSV(B) | 278.28º | 0.54% | 0.84% | - |
| XYZ | 33.96 | 22.71 | 66.88 | - |
| YUV | 134.35 | 173.52 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 215 | 0.20 | 0.54 | 0 | 0.16 | 278.28 | 0.59 | 0.62 |
| Hex | AD | 63 | D7 | 14 | 36 | 0 | 10 | 116 | 3B | 3E |
| Octal | 255 | 143 | 327 | 24 | 66 | 0 | 20 | 426 | 73 | 76 |
| Binary | 10101101 | 1100011 | 11010111 | 10100 | 110110 | 0 | 10000 | 100010110 | 111011 | 111110 |
Color Harmonies of #AD63D7
Complementary color
Monochromatic Colors of #AD63D7
Black with #AD63D7
Text Example
Text Example
White with #AD63D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63D7; }
p { color: rgb(173,99,215); }
H1.HeaderClassName
{
color: #AD63D7;
}
.AnyTagClassName
{
color: #AD63D7;
}
</style>
background-color css
<style>
a { background-color: #AD63D7; }
a { background-color: rgb(173,99,215); }
div.DivClassName
{
background-color: #AD63D7;
}
.BgClassName
{
background-color: #AD63D7;
}
</style>
border-color css
<style>
span { border-color: #AD63D7; }
span { border-color: rgb(173,99,215); }
td.TdClassName
{
border-color: #AD63D7;
}
.TagClassName
{
border-color: #AD63D7;
}
</style>