Shades of Medium Orchid #AD45DB
Tints of Medium Orchid #AD45DB
RGB
CMYK
RGB Variations
Color information
#AD45DB (or 0xAD45DB) is known color: Medium Orchid. HEX triplet: AD, 45 and DB. RGB value is (173,69,219). Sum of RGB (Red+Green+Blue) = 173+69+219=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD45DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD45DB is #52BA24. Grayscale: #747474. Windows color (decimal): -5421605 or 14370221. OLE color: 14370221.
HSL color Cylindrical-coordinate representation of color #AD45DB: hue angle of 281.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD45DB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 69 | 219 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.14 |
| HSL | 281.6º | 0.68% | 0.56% | - |
| HSV(B) | 281.6º | 0.68% | 0.86% | - |
| XYZ | 32.15 | 18.25 | 68.85 | - |
| YUV | 117.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 219 | 0.21 | 0.68 | 0 | 0.14 | 281.6 | 0.68 | 0.56 |
| Hex | AD | 45 | DB | 15 | 44 | 0 | E | 11A | 44 | 38 |
| Octal | 255 | 105 | 333 | 25 | 104 | 0 | 16 | 432 | 104 | 70 |
| Binary | 10101101 | 1000101 | 11011011 | 10101 | 1000100 | 0 | 1110 | 100011010 | 1000100 | 111000 |
Color Harmonies of #AD45DB
Complementary color
Monochromatic Colors of #AD45DB
Black with #AD45DB
Text Example
Text Example
White with #AD45DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD45DB; }
p { color: rgb(173,69,219); }
H1.HeaderClassName
{
color: #AD45DB;
}
.AnyTagClassName
{
color: #AD45DB;
}
</style>
background-color css
<style>
a { background-color: #AD45DB; }
a { background-color: rgb(173,69,219); }
div.DivClassName
{
background-color: #AD45DB;
}
.BgClassName
{
background-color: #AD45DB;
}
</style>
border-color css
<style>
span { border-color: #AD45DB; }
span { border-color: rgb(173,69,219); }
td.TdClassName
{
border-color: #AD45DB;
}
.TagClassName
{
border-color: #AD45DB;
}
</style>