Shades of Medium Orchid #AD40CE
Tints of Medium Orchid #AD40CE
RGB
CMYK
RGB Variations
Color information
#AD40CE (or 0xAD40CE) is known color: Medium Orchid. HEX triplet: AD, 40 and CE. RGB value is (173,64,206). Sum of RGB (Red+Green+Blue) = 173+64+206=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD40CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD40CE is #52BF31. Grayscale: #707070. Windows color (decimal): -5422898 or 13516973. OLE color: 13516973.
HSL color Cylindrical-coordinate representation of color #AD40CE: hue angle of 286.06º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD40CE is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 64 | 206 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.19 |
| HSL | 286.06º | 0.59% | 0.53% | - |
| HSV(B) | 286.06º | 0.69% | 0.81% | - |
| XYZ | 30.21 | 17.01 | 60.08 | - |
| YUV | 112.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 206 | 0.16 | 0.69 | 0 | 0.19 | 286.06 | 0.59 | 0.53 |
| Hex | AD | 40 | CE | 10 | 45 | 0 | 13 | 11E | 3B | 35 |
| Octal | 255 | 100 | 316 | 20 | 105 | 0 | 23 | 436 | 73 | 65 |
| Binary | 10101101 | 1000000 | 11001110 | 10000 | 1000101 | 0 | 10011 | 100011110 | 111011 | 110101 |
Color Harmonies of #AD40CE
Complementary color
Monochromatic Colors of #AD40CE
Black with #AD40CE
Text Example
Text Example
White with #AD40CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD40CE; }
p { color: rgb(173,64,206); }
H1.HeaderClassName
{
color: #AD40CE;
}
.AnyTagClassName
{
color: #AD40CE;
}
</style>
background-color css
<style>
a { background-color: #AD40CE; }
a { background-color: rgb(173,64,206); }
div.DivClassName
{
background-color: #AD40CE;
}
.BgClassName
{
background-color: #AD40CE;
}
</style>
border-color css
<style>
span { border-color: #AD40CE; }
span { border-color: rgb(173,64,206); }
td.TdClassName
{
border-color: #AD40CE;
}
.TagClassName
{
border-color: #AD40CE;
}
</style>