Shades of Medium Orchid #AD61CE
Tints of Medium Orchid #AD61CE
RGB
CMYK
RGB Variations
Color information
#AD61CE (or 0xAD61CE) is known color: Medium Orchid. HEX triplet: AD, 61 and CE. RGB value is (173,97,206). Sum of RGB (Red+Green+Blue) = 173+97+206=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD61CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61CE is #529E31. Grayscale: #838383. Windows color (decimal): -5414450 or 13525421. OLE color: 13525421.
HSL color Cylindrical-coordinate representation of color #AD61CE: hue angle of 281.83º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD61CE is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 97 | 206 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.19 |
| HSL | 281.83º | 0.53% | 0.59% | - |
| HSV(B) | 281.83º | 0.53% | 0.81% | - |
| XYZ | 32.65 | 21.89 | 60.9 | - |
| YUV | 132.15 | 169.68 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 206 | 0.16 | 0.53 | 0 | 0.19 | 281.83 | 0.53 | 0.59 |
| Hex | AD | 61 | CE | 10 | 35 | 0 | 13 | 11A | 35 | 3B |
| Octal | 255 | 141 | 316 | 20 | 65 | 0 | 23 | 432 | 65 | 73 |
| Binary | 10101101 | 1100001 | 11001110 | 10000 | 110101 | 0 | 10011 | 100011010 | 110101 | 111011 |
Color Harmonies of #AD61CE
Complementary color
Monochromatic Colors of #AD61CE
Black with #AD61CE
Text Example
Text Example
White with #AD61CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61CE; }
p { color: rgb(173,97,206); }
H1.HeaderClassName
{
color: #AD61CE;
}
.AnyTagClassName
{
color: #AD61CE;
}
</style>
background-color css
<style>
a { background-color: #AD61CE; }
a { background-color: rgb(173,97,206); }
div.DivClassName
{
background-color: #AD61CE;
}
.BgClassName
{
background-color: #AD61CE;
}
</style>
border-color css
<style>
span { border-color: #AD61CE; }
span { border-color: rgb(173,97,206); }
td.TdClassName
{
border-color: #AD61CE;
}
.TagClassName
{
border-color: #AD61CE;
}
</style>