Shades of Medium Orchid #AD54DD
Tints of Medium Orchid #AD54DD
RGB
CMYK
RGB Variations
Color information
#AD54DD (or 0xAD54DD) is known color: Medium Orchid. HEX triplet: AD, 54 and DD. RGB value is (173,84,221). Sum of RGB (Red+Green+Blue) = 173+84+221=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD54DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD54DD is #52AB22. Grayscale: #7D7D7D. Windows color (decimal): -5417763 or 14505133. OLE color: 14505133.
HSL color Cylindrical-coordinate representation of color #AD54DD: hue angle of 278.98º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AD54DD is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 84 | 221 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.13 |
| HSL | 278.98º | 0.67% | 0.6% | - |
| HSV(B) | 278.98º | 0.62% | 0.87% | - |
| XYZ | 33.46 | 20.45 | 70.59 | - |
| YUV | 126.23 | 181.49 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 84 | 221 | 0.22 | 0.62 | 0 | 0.13 | 278.98 | 0.67 | 0.6 |
| Hex | AD | 54 | DD | 16 | 3E | 0 | D | 117 | 43 | 3C |
| Octal | 255 | 124 | 335 | 26 | 76 | 0 | 15 | 427 | 103 | 74 |
| Binary | 10101101 | 1010100 | 11011101 | 10110 | 111110 | 0 | 1101 | 100010111 | 1000011 | 111100 |
Color Harmonies of #AD54DD
Complementary color
Monochromatic Colors of #AD54DD
Black with #AD54DD
Text Example
Text Example
White with #AD54DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD54DD; }
p { color: rgb(173,84,221); }
H1.HeaderClassName
{
color: #AD54DD;
}
.AnyTagClassName
{
color: #AD54DD;
}
</style>
background-color css
<style>
a { background-color: #AD54DD; }
a { background-color: rgb(173,84,221); }
div.DivClassName
{
background-color: #AD54DD;
}
.BgClassName
{
background-color: #AD54DD;
}
</style>
border-color css
<style>
span { border-color: #AD54DD; }
span { border-color: rgb(173,84,221); }
td.TdClassName
{
border-color: #AD54DD;
}
.TagClassName
{
border-color: #AD54DD;
}
</style>