Shades of Medium Orchid #AD63CB
Tints of Medium Orchid #AD63CB
RGB
CMYK
RGB Variations
Color information
#AD63CB (or 0xAD63CB) is known color: Medium Orchid. HEX triplet: AD, 63 and CB. RGB value is (173,99,203). Sum of RGB (Red+Green+Blue) = 173+99+203=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD63CB is #529C34. Grayscale: #848484. Windows color (decimal): -5413941 or 13329325. OLE color: 13329325.
HSL color Cylindrical-coordinate representation of color #AD63CB: hue angle of 282.69º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD63CB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 99 | 203 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.20 |
| HSL | 282.69º | 0.5% | 0.59% | - |
| HSV(B) | 282.69º | 0.51% | 0.8% | - |
| XYZ | 32.47 | 22.12 | 59.06 | - |
| YUV | 132.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 203 | 0.15 | 0.51 | 0 | 0.20 | 282.69 | 0.5 | 0.59 |
| Hex | AD | 63 | CB | F | 33 | 0 | 14 | 11B | 32 | 3B |
| Octal | 255 | 143 | 313 | 17 | 63 | 0 | 24 | 433 | 62 | 73 |
| Binary | 10101101 | 1100011 | 11001011 | 1111 | 110011 | 0 | 10100 | 100011011 | 110010 | 111011 |
Color Harmonies of #AD63CB
Complementary color
Monochromatic Colors of #AD63CB
Black with #AD63CB
Text Example
Text Example
White with #AD63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD63CB; }
p { color: rgb(173,99,203); }
H1.HeaderClassName
{
color: #AD63CB;
}
.AnyTagClassName
{
color: #AD63CB;
}
</style>
background-color css
<style>
a { background-color: #AD63CB; }
a { background-color: rgb(173,99,203); }
div.DivClassName
{
background-color: #AD63CB;
}
.BgClassName
{
background-color: #AD63CB;
}
</style>
border-color css
<style>
span { border-color: #AD63CB; }
span { border-color: rgb(173,99,203); }
td.TdClassName
{
border-color: #AD63CB;
}
.TagClassName
{
border-color: #AD63CB;
}
</style>