Shades of Medium Orchid #AD5DCE
Tints of Medium Orchid #AD5DCE
RGB
CMYK
RGB Variations
Color information
#AD5DCE (or 0xAD5DCE) is known color: Medium Orchid. HEX triplet: AD, 5D and CE. RGB value is (173,93,206). Sum of RGB (Red+Green+Blue) = 173+93+206=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD5DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DCE is #52A231. Grayscale: #818181. Windows color (decimal): -5415474 or 13524397. OLE color: 13524397.
HSL color Cylindrical-coordinate representation of color #AD5DCE: hue angle of 282.48º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD5DCE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 93 | 206 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.19 |
| HSL | 282.48º | 0.54% | 0.59% | - |
| HSV(B) | 282.48º | 0.55% | 0.81% | - |
| XYZ | 32.29 | 21.17 | 60.78 | - |
| YUV | 129.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 206 | 0.16 | 0.55 | 0 | 0.19 | 282.48 | 0.54 | 0.59 |
| Hex | AD | 5D | CE | 10 | 37 | 0 | 13 | 11A | 36 | 3B |
| Octal | 255 | 135 | 316 | 20 | 67 | 0 | 23 | 432 | 66 | 73 |
| Binary | 10101101 | 1011101 | 11001110 | 10000 | 110111 | 0 | 10011 | 100011010 | 110110 | 111011 |
Color Harmonies of #AD5DCE
Complementary color
Monochromatic Colors of #AD5DCE
Black with #AD5DCE
Text Example
Text Example
White with #AD5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DCE; }
p { color: rgb(173,93,206); }
H1.HeaderClassName
{
color: #AD5DCE;
}
.AnyTagClassName
{
color: #AD5DCE;
}
</style>
background-color css
<style>
a { background-color: #AD5DCE; }
a { background-color: rgb(173,93,206); }
div.DivClassName
{
background-color: #AD5DCE;
}
.BgClassName
{
background-color: #AD5DCE;
}
</style>
border-color css
<style>
span { border-color: #AD5DCE; }
span { border-color: rgb(173,93,206); }
td.TdClassName
{
border-color: #AD5DCE;
}
.TagClassName
{
border-color: #AD5DCE;
}
</style>