Shades of Medium Orchid #AD40DC
Tints of Medium Orchid #AD40DC
RGB
CMYK
RGB Variations
Color information
#AD40DC (or 0xAD40DC) is known color: Medium Orchid. HEX triplet: AD, 40 and DC. RGB value is (173,64,220). Sum of RGB (Red+Green+Blue) = 173+64+220=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 64 (25.39% from 255 or 14.00% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD40DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40DC is #52BF23. Grayscale: #717171. Windows color (decimal): -5422884 or 14434477. OLE color: 14434477.
HSL color Cylindrical-coordinate representation of color #AD40DC: hue angle of 281.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD40DC is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 64 | 220 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.14 |
| HSL | 281.92º | 0.69% | 0.56% | - |
| HSV(B) | 281.92º | 0.71% | 0.86% | - |
| XYZ | 31.99 | 17.72 | 69.44 | - |
| YUV | 114.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 220 | 0.21 | 0.71 | 0 | 0.14 | 281.92 | 0.69 | 0.56 |
| Hex | AD | 40 | DC | 15 | 47 | 0 | E | 11A | 45 | 38 |
| Octal | 255 | 100 | 334 | 25 | 107 | 0 | 16 | 432 | 105 | 70 |
| Binary | 10101101 | 1000000 | 11011100 | 10101 | 1000111 | 0 | 1110 | 100011010 | 1000101 | 111000 |
Color Harmonies of #AD40DC
Complementary color
Monochromatic Colors of #AD40DC
Black with #AD40DC
Text Example
Text Example
White with #AD40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40DC; }
p { color: rgb(173,64,220); }
H1.HeaderClassName
{
color: #AD40DC;
}
.AnyTagClassName
{
color: #AD40DC;
}
</style>
background-color css
<style>
a { background-color: #AD40DC; }
a { background-color: rgb(173,64,220); }
div.DivClassName
{
background-color: #AD40DC;
}
.BgClassName
{
background-color: #AD40DC;
}
</style>
border-color css
<style>
span { border-color: #AD40DC; }
span { border-color: rgb(173,64,220); }
td.TdClassName
{
border-color: #AD40DC;
}
.TagClassName
{
border-color: #AD40DC;
}
</style>