Shades of Medium Orchid #AD40DF
Tints of Medium Orchid #AD40DF
RGB
CMYK
RGB Variations
Color information
#AD40DF (or 0xAD40DF) is known color: Medium Orchid. HEX triplet: AD, 40 and DF. RGB value is (173,64,223). Sum of RGB (Red+Green+Blue) = 173+64+223=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD40DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40DF is #52BF20. Grayscale: #727272. Windows color (decimal): -5422881 or 14631085. OLE color: 14631085.
HSL color Cylindrical-coordinate representation of color #AD40DF: hue angle of 281.13º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD40DF is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 64 | 223 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.13 |
| HSL | 281.13º | 0.71% | 0.56% | - |
| HSV(B) | 281.13º | 0.71% | 0.87% | - |
| XYZ | 32.39 | 17.88 | 71.56 | - |
| YUV | 114.72 | 189.11 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 223 | 0.22 | 0.71 | 0 | 0.13 | 281.13 | 0.71 | 0.56 |
| Hex | AD | 40 | DF | 16 | 47 | 0 | D | 119 | 47 | 38 |
| Octal | 255 | 100 | 337 | 26 | 107 | 0 | 15 | 431 | 107 | 70 |
| Binary | 10101101 | 1000000 | 11011111 | 10110 | 1000111 | 0 | 1101 | 100011001 | 1000111 | 111000 |
Color Harmonies of #AD40DF
Complementary color
Monochromatic Colors of #AD40DF
Black with #AD40DF
Text Example
Text Example
White with #AD40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40DF; }
p { color: rgb(173,64,223); }
H1.HeaderClassName
{
color: #AD40DF;
}
.AnyTagClassName
{
color: #AD40DF;
}
</style>
background-color css
<style>
a { background-color: #AD40DF; }
a { background-color: rgb(173,64,223); }
div.DivClassName
{
background-color: #AD40DF;
}
.BgClassName
{
background-color: #AD40DF;
}
</style>
border-color css
<style>
span { border-color: #AD40DF; }
span { border-color: rgb(173,64,223); }
td.TdClassName
{
border-color: #AD40DF;
}
.TagClassName
{
border-color: #AD40DF;
}
</style>