Shades of Dark Orchid #AD21D6
Tints of Dark Orchid #AD21D6
RGB
CMYK
RGB Variations
Color information
#AD21D6 (or 0xAD21D6) is known color: Dark Orchid. HEX triplet: AD, 21 and D6. RGB value is (173,33,214). Sum of RGB (Red+Green+Blue) = 173+33+214=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD21D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21D6 is #52DE29. Grayscale: #5E5E5E. Windows color (decimal): -5430826 or 14033325. OLE color: 14033325.
HSL color Cylindrical-coordinate representation of color #AD21D6: hue angle of 286.41º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD21D6 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 33 | 214 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.16 |
| HSL | 286.41º | 0.73% | 0.48% | - |
| HSV(B) | 286.41º | 0.85% | 0.84% | - |
| XYZ | 29.92 | 14.83 | 64.9 | - |
| YUV | 95.49 | 194.88 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 214 | 0.19 | 0.85 | 0 | 0.16 | 286.41 | 0.73 | 0.48 |
| Hex | AD | 21 | D6 | 13 | 55 | 0 | 10 | 11E | 49 | 30 |
| Octal | 255 | 41 | 326 | 23 | 125 | 0 | 20 | 436 | 111 | 60 |
| Binary | 10101101 | 100001 | 11010110 | 10011 | 1010101 | 0 | 10000 | 100011110 | 1001001 | 110000 |
Color Harmonies of #AD21D6
Complementary color
Monochromatic Colors of #AD21D6
Black with #AD21D6
Text Example
Text Example
White with #AD21D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21D6; }
p { color: rgb(173,33,214); }
H1.HeaderClassName
{
color: #AD21D6;
}
.AnyTagClassName
{
color: #AD21D6;
}
</style>
background-color css
<style>
a { background-color: #AD21D6; }
a { background-color: rgb(173,33,214); }
div.DivClassName
{
background-color: #AD21D6;
}
.BgClassName
{
background-color: #AD21D6;
}
</style>
border-color css
<style>
span { border-color: #AD21D6; }
span { border-color: rgb(173,33,214); }
td.TdClassName
{
border-color: #AD21D6;
}
.TagClassName
{
border-color: #AD21D6;
}
</style>