Shades of Medium Orchid #AD63C1
Tints of Medium Orchid #AD63C1
RGB
CMYK
RGB Variations
Color information
#AD63C1 (or 0xAD63C1) is known color: Medium Orchid. HEX triplet: AD, 63 and C1. RGB value is (173,99,193). Sum of RGB (Red+Green+Blue) = 173+99+193=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #AD63C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63C1 is #529C3E. Grayscale: #838383. Windows color (decimal): -5413951 or 12673965. OLE color: 12673965.
HSL color Cylindrical-coordinate representation of color #AD63C1: hue angle of 287.23º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD63C1 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 99 | 193 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.24 |
| HSL | 287.23º | 0.43% | 0.57% | - |
| HSV(B) | 287.23º | 0.49% | 0.76% | - |
| XYZ | 31.32 | 21.66 | 52.98 | - |
| YUV | 131.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 193 | 0.10 | 0.49 | 0 | 0.24 | 287.23 | 0.43 | 0.57 |
| Hex | AD | 63 | C1 | A | 31 | 0 | 18 | 11F | 2B | 39 |
| Octal | 255 | 143 | 301 | 12 | 61 | 0 | 30 | 437 | 53 | 71 |
| Binary | 10101101 | 1100011 | 11000001 | 1010 | 110001 | 0 | 11000 | 100011111 | 101011 | 111001 |
Color Harmonies of #AD63C1
Complementary color
Monochromatic Colors of #AD63C1
Black with #AD63C1
Text Example
Text Example
White with #AD63C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63C1; }
p { color: rgb(173,99,193); }
H1.HeaderClassName
{
color: #AD63C1;
}
.AnyTagClassName
{
color: #AD63C1;
}
</style>
background-color css
<style>
a { background-color: #AD63C1; }
a { background-color: rgb(173,99,193); }
div.DivClassName
{
background-color: #AD63C1;
}
.BgClassName
{
background-color: #AD63C1;
}
</style>
border-color css
<style>
span { border-color: #AD63C1; }
span { border-color: rgb(173,99,193); }
td.TdClassName
{
border-color: #AD63C1;
}
.TagClassName
{
border-color: #AD63C1;
}
</style>