Shades of Medium Orchid #AD55DC
Tints of Medium Orchid #AD55DC
RGB
CMYK
RGB Variations
Color information
#AD55DC (or 0xAD55DC) is known color: Medium Orchid. HEX triplet: AD, 55 and DC. RGB value is (173,85,220). Sum of RGB (Red+Green+Blue) = 173+85+220=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD55DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD55DC is #52AA23. Grayscale: #7E7E7E. Windows color (decimal): -5417508 or 14439853. OLE color: 14439853.
HSL color Cylindrical-coordinate representation of color #AD55DC: hue angle of 279.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AD55DC is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 85 | 220 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.14 |
| HSL | 279.11º | 0.66% | 0.6% | - |
| HSV(B) | 279.11º | 0.61% | 0.86% | - |
| XYZ | 33.4 | 20.55 | 69.92 | - |
| YUV | 126.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 85 | 220 | 0.21 | 0.61 | 0 | 0.14 | 279.11 | 0.66 | 0.6 |
| Hex | AD | 55 | DC | 15 | 3D | 0 | E | 117 | 42 | 3C |
| Octal | 255 | 125 | 334 | 25 | 75 | 0 | 16 | 427 | 102 | 74 |
| Binary | 10101101 | 1010101 | 11011100 | 10101 | 111101 | 0 | 1110 | 100010111 | 1000010 | 111100 |
Color Harmonies of #AD55DC
Complementary color
Monochromatic Colors of #AD55DC
Black with #AD55DC
Text Example
Text Example
White with #AD55DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD55DC; }
p { color: rgb(173,85,220); }
H1.HeaderClassName
{
color: #AD55DC;
}
.AnyTagClassName
{
color: #AD55DC;
}
</style>
background-color css
<style>
a { background-color: #AD55DC; }
a { background-color: rgb(173,85,220); }
div.DivClassName
{
background-color: #AD55DC;
}
.BgClassName
{
background-color: #AD55DC;
}
</style>
border-color css
<style>
span { border-color: #AD55DC; }
span { border-color: rgb(173,85,220); }
td.TdClassName
{
border-color: #AD55DC;
}
.TagClassName
{
border-color: #AD55DC;
}
</style>