Shades of Medium Orchid #AD49CD
Tints of Medium Orchid #AD49CD
RGB
CMYK
RGB Variations
Color information
#AD49CD (or 0xAD49CD) is known color: Medium Orchid. HEX triplet: AD, 49 and CD. RGB value is (173,73,205). Sum of RGB (Red+Green+Blue) = 173+73+205=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD49CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD49CD is #52B632. Grayscale: #757575. Windows color (decimal): -5420595 or 13453741. OLE color: 13453741.
HSL color Cylindrical-coordinate representation of color #AD49CD: hue angle of 285.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD49CD is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 73 | 205 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.20 |
| HSL | 285.45º | 0.57% | 0.55% | - |
| HSV(B) | 285.45º | 0.64% | 0.8% | - |
| XYZ | 30.64 | 18.06 | 59.63 | - |
| YUV | 117.95 | 177.13 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 73 | 205 | 0.16 | 0.64 | 0 | 0.20 | 285.45 | 0.57 | 0.55 |
| Hex | AD | 49 | CD | 10 | 40 | 0 | 14 | 11D | 39 | 37 |
| Octal | 255 | 111 | 315 | 20 | 100 | 0 | 24 | 435 | 71 | 67 |
| Binary | 10101101 | 1001001 | 11001101 | 10000 | 1000000 | 0 | 10100 | 100011101 | 111001 | 110111 |
Color Harmonies of #AD49CD
Complementary color
Monochromatic Colors of #AD49CD
Black with #AD49CD
Text Example
Text Example
White with #AD49CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD49CD; }
p { color: rgb(173,73,205); }
H1.HeaderClassName
{
color: #AD49CD;
}
.AnyTagClassName
{
color: #AD49CD;
}
</style>
background-color css
<style>
a { background-color: #AD49CD; }
a { background-color: rgb(173,73,205); }
div.DivClassName
{
background-color: #AD49CD;
}
.BgClassName
{
background-color: #AD49CD;
}
</style>
border-color css
<style>
span { border-color: #AD49CD; }
span { border-color: rgb(173,73,205); }
td.TdClassName
{
border-color: #AD49CD;
}
.TagClassName
{
border-color: #AD49CD;
}
</style>