Shades of Dark Orchid #AD21D5
Tints of Dark Orchid #AD21D5
RGB
CMYK
RGB Variations
Color information
#AD21D5 (or 0xAD21D5) is known color: Dark Orchid. HEX triplet: AD, 21 and D5. RGB value is (173,33,213). Sum of RGB (Red+Green+Blue) = 173+33+213=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 33 (13.28% from 255 or 7.88% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD21D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21D5 is #52DE2A. Grayscale: #5E5E5E. Windows color (decimal): -5430827 or 13967789. OLE color: 13967789.
HSL color Cylindrical-coordinate representation of color #AD21D5: hue angle of 286.67º 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 #AD21D5 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 33 | 213 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.16 |
| HSL | 286.67º | 0.73% | 0.48% | - |
| HSV(B) | 286.67º | 0.85% | 0.84% | - |
| XYZ | 29.79 | 14.78 | 64.23 | - |
| YUV | 95.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 213 | 0.19 | 0.85 | 0 | 0.16 | 286.67 | 0.73 | 0.48 |
| Hex | AD | 21 | D5 | 13 | 55 | 0 | 10 | 11F | 49 | 30 |
| Octal | 255 | 41 | 325 | 23 | 125 | 0 | 20 | 437 | 111 | 60 |
| Binary | 10101101 | 100001 | 11010101 | 10011 | 1010101 | 0 | 10000 | 100011111 | 1001001 | 110000 |
Color Harmonies of #AD21D5
Complementary color
Monochromatic Colors of #AD21D5
Black with #AD21D5
Text Example
Text Example
White with #AD21D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21D5; }
p { color: rgb(173,33,213); }
H1.HeaderClassName
{
color: #AD21D5;
}
.AnyTagClassName
{
color: #AD21D5;
}
</style>
background-color css
<style>
a { background-color: #AD21D5; }
a { background-color: rgb(173,33,213); }
div.DivClassName
{
background-color: #AD21D5;
}
.BgClassName
{
background-color: #AD21D5;
}
</style>
border-color css
<style>
span { border-color: #AD21D5; }
span { border-color: rgb(173,33,213); }
td.TdClassName
{
border-color: #AD21D5;
}
.TagClassName
{
border-color: #AD21D5;
}
</style>