Shades of Medium Orchid #AD50DB
Tints of Medium Orchid #AD50DB
RGB
CMYK
RGB Variations
Color information
#AD50DB (or 0xAD50DB) is known color: Medium Orchid. HEX triplet: AD, 50 and DB. RGB value is (173,80,219). Sum of RGB (Red+Green+Blue) = 173+80+219=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD50DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD50DB is #52AF24. Grayscale: #7B7B7B. Windows color (decimal): -5418789 or 14373037. OLE color: 14373037.
HSL color Cylindrical-coordinate representation of color #AD50DB: hue angle of 280.14º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD50DB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 80 | 219 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.14 |
| HSL | 280.14º | 0.66% | 0.59% | - |
| HSV(B) | 280.14º | 0.63% | 0.86% | - |
| XYZ | 32.89 | 19.74 | 69.09 | - |
| YUV | 123.65 | 181.81 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 80 | 219 | 0.21 | 0.63 | 0 | 0.14 | 280.14 | 0.66 | 0.59 |
| Hex | AD | 50 | DB | 15 | 3F | 0 | E | 118 | 42 | 3B |
| Octal | 255 | 120 | 333 | 25 | 77 | 0 | 16 | 430 | 102 | 73 |
| Binary | 10101101 | 1010000 | 11011011 | 10101 | 111111 | 0 | 1110 | 100011000 | 1000010 | 111011 |
Color Harmonies of #AD50DB
Complementary color
Monochromatic Colors of #AD50DB
Black with #AD50DB
Text Example
Text Example
White with #AD50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD50DB; }
p { color: rgb(173,80,219); }
H1.HeaderClassName
{
color: #AD50DB;
}
.AnyTagClassName
{
color: #AD50DB;
}
</style>
background-color css
<style>
a { background-color: #AD50DB; }
a { background-color: rgb(173,80,219); }
div.DivClassName
{
background-color: #AD50DB;
}
.BgClassName
{
background-color: #AD50DB;
}
</style>
border-color css
<style>
span { border-color: #AD50DB; }
span { border-color: rgb(173,80,219); }
td.TdClassName
{
border-color: #AD50DB;
}
.TagClassName
{
border-color: #AD50DB;
}
</style>