Shades of Medium Orchid #AD61DC
Tints of Medium Orchid #AD61DC
RGB
CMYK
RGB Variations
Color information
#AD61DC (or 0xAD61DC) is known color: Medium Orchid. HEX triplet: AD, 61 and DC. RGB value is (173,97,220). Sum of RGB (Red+Green+Blue) = 173+97+220=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD61DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61DC is #529E23. Grayscale: #858585. Windows color (decimal): -5414436 or 14442925. OLE color: 14442925.
HSL color Cylindrical-coordinate representation of color #AD61DC: hue angle of 277.07º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD61DC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 97 | 220 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.14 |
| HSL | 277.07º | 0.64% | 0.62% | - |
| HSV(B) | 277.07º | 0.56% | 0.86% | - |
| XYZ | 34.43 | 22.6 | 70.26 | - |
| YUV | 133.75 | 176.68 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 220 | 0.21 | 0.56 | 0 | 0.14 | 277.07 | 0.64 | 0.62 |
| Hex | AD | 61 | DC | 15 | 38 | 0 | E | 115 | 40 | 3E |
| Octal | 255 | 141 | 334 | 25 | 70 | 0 | 16 | 425 | 100 | 76 |
| Binary | 10101101 | 1100001 | 11011100 | 10101 | 111000 | 0 | 1110 | 100010101 | 1000000 | 111110 |
Color Harmonies of #AD61DC
Complementary color
Monochromatic Colors of #AD61DC
Black with #AD61DC
Text Example
Text Example
White with #AD61DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61DC; }
p { color: rgb(173,97,220); }
H1.HeaderClassName
{
color: #AD61DC;
}
.AnyTagClassName
{
color: #AD61DC;
}
</style>
background-color css
<style>
a { background-color: #AD61DC; }
a { background-color: rgb(173,97,220); }
div.DivClassName
{
background-color: #AD61DC;
}
.BgClassName
{
background-color: #AD61DC;
}
</style>
border-color css
<style>
span { border-color: #AD61DC; }
span { border-color: rgb(173,97,220); }
td.TdClassName
{
border-color: #AD61DC;
}
.TagClassName
{
border-color: #AD61DC;
}
</style>