Shades of Medium Orchid #AD40DA
Tints of Medium Orchid #AD40DA
RGB
CMYK
RGB Variations
Color information
#AD40DA (or 0xAD40DA) is known color: Medium Orchid. HEX triplet: AD, 40 and DA. RGB value is (173,64,218). Sum of RGB (Red+Green+Blue) = 173+64+218=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD40DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40DA is #52BF25. Grayscale: #717171. Windows color (decimal): -5422886 or 14303405. OLE color: 14303405.
HSL color Cylindrical-coordinate representation of color #AD40DA: hue angle of 282.47º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD40DA is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 64 | 218 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.15 |
| HSL | 282.47º | 0.68% | 0.55% | - |
| HSV(B) | 282.47º | 0.71% | 0.85% | - |
| XYZ | 31.72 | 17.61 | 68.06 | - |
| YUV | 114.15 | 186.61 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 218 | 0.21 | 0.71 | 0 | 0.15 | 282.47 | 0.68 | 0.55 |
| Hex | AD | 40 | DA | 15 | 47 | 0 | F | 11A | 44 | 37 |
| Octal | 255 | 100 | 332 | 25 | 107 | 0 | 17 | 432 | 104 | 67 |
| Binary | 10101101 | 1000000 | 11011010 | 10101 | 1000111 | 0 | 1111 | 100011010 | 1000100 | 110111 |
Color Harmonies of #AD40DA
Complementary color
Monochromatic Colors of #AD40DA
Black with #AD40DA
Text Example
Text Example
White with #AD40DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40DA; }
p { color: rgb(173,64,218); }
H1.HeaderClassName
{
color: #AD40DA;
}
.AnyTagClassName
{
color: #AD40DA;
}
</style>
background-color css
<style>
a { background-color: #AD40DA; }
a { background-color: rgb(173,64,218); }
div.DivClassName
{
background-color: #AD40DA;
}
.BgClassName
{
background-color: #AD40DA;
}
</style>
border-color css
<style>
span { border-color: #AD40DA; }
span { border-color: rgb(173,64,218); }
td.TdClassName
{
border-color: #AD40DA;
}
.TagClassName
{
border-color: #AD40DA;
}
</style>