Shades of Dark Orchid #AD21DB
Tints of Dark Orchid #AD21DB
RGB
CMYK
RGB Variations
Color information
#AD21DB (or 0xAD21DB) is known color: Dark Orchid. HEX triplet: AD, 21 and DB. RGB value is (173,33,219). Sum of RGB (Red+Green+Blue) = 173+33+219=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD21DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21DB is #52DE24. Grayscale: #5F5F5F. Windows color (decimal): -5430821 or 14361005. OLE color: 14361005.
HSL color Cylindrical-coordinate representation of color #AD21DB: hue angle of 285.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD21DB is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 33 | 219 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.14 |
| HSL | 285.16º | 0.74% | 0.49% | - |
| HSV(B) | 285.16º | 0.85% | 0.86% | - |
| XYZ | 30.56 | 15.09 | 68.32 | - |
| YUV | 96.06 | 197.38 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 219 | 0.21 | 0.85 | 0 | 0.14 | 285.16 | 0.74 | 0.49 |
| Hex | AD | 21 | DB | 15 | 55 | 0 | E | 11D | 4A | 31 |
| Octal | 255 | 41 | 333 | 25 | 125 | 0 | 16 | 435 | 112 | 61 |
| Binary | 10101101 | 100001 | 11011011 | 10101 | 1010101 | 0 | 1110 | 100011101 | 1001010 | 110001 |
Color Harmonies of #AD21DB
Complementary color
Monochromatic Colors of #AD21DB
Black with #AD21DB
Text Example
Text Example
White with #AD21DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21DB; }
p { color: rgb(173,33,219); }
H1.HeaderClassName
{
color: #AD21DB;
}
.AnyTagClassName
{
color: #AD21DB;
}
</style>
background-color css
<style>
a { background-color: #AD21DB; }
a { background-color: rgb(173,33,219); }
div.DivClassName
{
background-color: #AD21DB;
}
.BgClassName
{
background-color: #AD21DB;
}
</style>
border-color css
<style>
span { border-color: #AD21DB; }
span { border-color: rgb(173,33,219); }
td.TdClassName
{
border-color: #AD21DB;
}
.TagClassName
{
border-color: #AD21DB;
}
</style>