Shades of Medium Orchid #AD61DB
Tints of Medium Orchid #AD61DB
RGB
CMYK
RGB Variations
Color information
#AD61DB (or 0xAD61DB) is known color: Medium Orchid. HEX triplet: AD, 61 and DB. RGB value is (173,97,219). Sum of RGB (Red+Green+Blue) = 173+97+219=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD61DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61DB is #529E24. Grayscale: #858585. Windows color (decimal): -5414437 or 14377389. OLE color: 14377389.
HSL color Cylindrical-coordinate representation of color #AD61DB: hue angle of 277.38º degrees, saturation: 0.63, 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 #AD61DB is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 97 | 219 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.14 |
| HSL | 277.38º | 0.63% | 0.62% | - |
| HSV(B) | 277.38º | 0.56% | 0.86% | - |
| XYZ | 34.29 | 22.55 | 69.56 | - |
| YUV | 133.63 | 176.18 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 219 | 0.21 | 0.56 | 0 | 0.14 | 277.38 | 0.63 | 0.62 |
| Hex | AD | 61 | DB | 15 | 38 | 0 | E | 115 | 3F | 3E |
| Octal | 255 | 141 | 333 | 25 | 70 | 0 | 16 | 425 | 77 | 76 |
| Binary | 10101101 | 1100001 | 11011011 | 10101 | 111000 | 0 | 1110 | 100010101 | 111111 | 111110 |
Color Harmonies of #AD61DB
Complementary color
Monochromatic Colors of #AD61DB
Black with #AD61DB
Text Example
Text Example
White with #AD61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61DB; }
p { color: rgb(173,97,219); }
H1.HeaderClassName
{
color: #AD61DB;
}
.AnyTagClassName
{
color: #AD61DB;
}
</style>
background-color css
<style>
a { background-color: #AD61DB; }
a { background-color: rgb(173,97,219); }
div.DivClassName
{
background-color: #AD61DB;
}
.BgClassName
{
background-color: #AD61DB;
}
</style>
border-color css
<style>
span { border-color: #AD61DB; }
span { border-color: rgb(173,97,219); }
td.TdClassName
{
border-color: #AD61DB;
}
.TagClassName
{
border-color: #AD61DB;
}
</style>