Shades of Medium Orchid #AD61C3
Tints of Medium Orchid #AD61C3
RGB
CMYK
RGB Variations
Color information
#AD61C3 (or 0xAD61C3) is known color: Medium Orchid. HEX triplet: AD, 61 and C3. RGB value is (173,97,195). Sum of RGB (Red+Green+Blue) = 173+97+195=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #AD61C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61C3 is #529E3C. Grayscale: #828282. Windows color (decimal): -5414461 or 12804525. OLE color: 12804525.
HSL color Cylindrical-coordinate representation of color #AD61C3: hue angle of 286.53º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD61C3 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 97 | 195 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.24 |
| HSL | 286.53º | 0.45% | 0.57% | - |
| HSV(B) | 286.53º | 0.5% | 0.76% | - |
| XYZ | 31.36 | 21.37 | 54.1 | - |
| YUV | 130.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 195 | 0.11 | 0.50 | 0 | 0.24 | 286.53 | 0.45 | 0.57 |
| Hex | AD | 61 | C3 | B | 32 | 0 | 18 | 11F | 2D | 39 |
| Octal | 255 | 141 | 303 | 13 | 62 | 0 | 30 | 437 | 55 | 71 |
| Binary | 10101101 | 1100001 | 11000011 | 1011 | 110010 | 0 | 11000 | 100011111 | 101101 | 111001 |
Color Harmonies of #AD61C3
Complementary color
Monochromatic Colors of #AD61C3
Black with #AD61C3
Text Example
Text Example
White with #AD61C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61C3; }
p { color: rgb(173,97,195); }
H1.HeaderClassName
{
color: #AD61C3;
}
.AnyTagClassName
{
color: #AD61C3;
}
</style>
background-color css
<style>
a { background-color: #AD61C3; }
a { background-color: rgb(173,97,195); }
div.DivClassName
{
background-color: #AD61C3;
}
.BgClassName
{
background-color: #AD61C3;
}
</style>
border-color css
<style>
span { border-color: #AD61C3; }
span { border-color: rgb(173,97,195); }
td.TdClassName
{
border-color: #AD61C3;
}
.TagClassName
{
border-color: #AD61C3;
}
</style>