Shades of Medium Orchid #AD61D5
Tints of Medium Orchid #AD61D5
RGB
CMYK
RGB Variations
Color information
#AD61D5 (or 0xAD61D5) is known color: Medium Orchid. HEX triplet: AD, 61 and D5. RGB value is (173,97,213). Sum of RGB (Red+Green+Blue) = 173+97+213=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD61D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61D5 is #529E2A. Grayscale: #848484. Windows color (decimal): -5414443 or 13984173. OLE color: 13984173.
HSL color Cylindrical-coordinate representation of color #AD61D5: hue angle of 279.31º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD61D5 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 97 | 213 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.16 |
| HSL | 279.31º | 0.58% | 0.61% | - |
| HSV(B) | 279.31º | 0.54% | 0.84% | - |
| XYZ | 33.52 | 22.24 | 65.48 | - |
| YUV | 132.95 | 173.18 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 213 | 0.19 | 0.54 | 0 | 0.16 | 279.31 | 0.58 | 0.61 |
| Hex | AD | 61 | D5 | 13 | 36 | 0 | 10 | 117 | 3A | 3D |
| Octal | 255 | 141 | 325 | 23 | 66 | 0 | 20 | 427 | 72 | 75 |
| Binary | 10101101 | 1100001 | 11010101 | 10011 | 110110 | 0 | 10000 | 100010111 | 111010 | 111101 |
Color Harmonies of #AD61D5
Complementary color
Monochromatic Colors of #AD61D5
Black with #AD61D5
Text Example
Text Example
White with #AD61D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61D5; }
p { color: rgb(173,97,213); }
H1.HeaderClassName
{
color: #AD61D5;
}
.AnyTagClassName
{
color: #AD61D5;
}
</style>
background-color css
<style>
a { background-color: #AD61D5; }
a { background-color: rgb(173,97,213); }
div.DivClassName
{
background-color: #AD61D5;
}
.BgClassName
{
background-color: #AD61D5;
}
</style>
border-color css
<style>
span { border-color: #AD61D5; }
span { border-color: rgb(173,97,213); }
td.TdClassName
{
border-color: #AD61D5;
}
.TagClassName
{
border-color: #AD61D5;
}
</style>