Shades of Medium Orchid #AD61C9
Tints of Medium Orchid #AD61C9
RGB
CMYK
RGB Variations
Color information
#AD61C9 (or 0xAD61C9) is known color: Medium Orchid. HEX triplet: AD, 61 and C9. RGB value is (173,97,201). Sum of RGB (Red+Green+Blue) = 173+97+201=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD61C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61C9 is #529E36. Grayscale: #838383. Windows color (decimal): -5414455 or 13197741. OLE color: 13197741.
HSL color Cylindrical-coordinate representation of color #AD61C9: hue angle of 283.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD61C9 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 97 | 201 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.21 |
| HSL | 283.85º | 0.49% | 0.58% | - |
| HSV(B) | 283.85º | 0.52% | 0.79% | - |
| XYZ | 32.05 | 21.65 | 57.75 | - |
| YUV | 131.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 201 | 0.14 | 0.52 | 0 | 0.21 | 283.85 | 0.49 | 0.58 |
| Hex | AD | 61 | C9 | E | 34 | 0 | 15 | 11C | 31 | 3A |
| Octal | 255 | 141 | 311 | 16 | 64 | 0 | 25 | 434 | 61 | 72 |
| Binary | 10101101 | 1100001 | 11001001 | 1110 | 110100 | 0 | 10101 | 100011100 | 110001 | 111010 |
Color Harmonies of #AD61C9
Complementary color
Monochromatic Colors of #AD61C9
Black with #AD61C9
Text Example
Text Example
White with #AD61C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61C9; }
p { color: rgb(173,97,201); }
H1.HeaderClassName
{
color: #AD61C9;
}
.AnyTagClassName
{
color: #AD61C9;
}
</style>
background-color css
<style>
a { background-color: #AD61C9; }
a { background-color: rgb(173,97,201); }
div.DivClassName
{
background-color: #AD61C9;
}
.BgClassName
{
background-color: #AD61C9;
}
</style>
border-color css
<style>
span { border-color: #AD61C9; }
span { border-color: rgb(173,97,201); }
td.TdClassName
{
border-color: #AD61C9;
}
.TagClassName
{
border-color: #AD61C9;
}
</style>