Shades of Dark Orchid #AD21E6
Tints of Dark Orchid #AD21E6
RGB
CMYK
RGB Variations
Color information
#AD21E6 (or 0xAD21E6) is known color: Dark Orchid. HEX triplet: AD, 21 and E6. RGB value is (173,33,230). Sum of RGB (Red+Green+Blue) = 173+33+230=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 33 (13.28% from 255 or 7.57% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #AD21E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD21E6 is #52DE19. Grayscale: #606060. Windows color (decimal): -5430810 or 15081901. OLE color: 15081901.
HSL color Cylindrical-coordinate representation of color #AD21E6: hue angle of 282.64º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD21E6 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 33 | 230 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.10 |
| HSL | 282.64º | 0.8% | 0.52% | - |
| HSV(B) | 282.64º | 0.86% | 0.9% | - |
| XYZ | 32.06 | 15.69 | 76.2 | - |
| YUV | 97.32 | 202.88 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 230 | 0.25 | 0.86 | 0 | 0.10 | 282.64 | 0.8 | 0.52 |
| Hex | AD | 21 | E6 | 19 | 56 | 0 | A | 11B | 50 | 34 |
| Octal | 255 | 41 | 346 | 31 | 126 | 0 | 12 | 433 | 120 | 64 |
| Binary | 10101101 | 100001 | 11100110 | 11001 | 1010110 | 0 | 1010 | 100011011 | 1010000 | 110100 |
Color Harmonies of #AD21E6
Complementary color
Monochromatic Colors of #AD21E6
Black with #AD21E6
Text Example
Text Example
White with #AD21E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21E6; }
p { color: rgb(173,33,230); }
H1.HeaderClassName
{
color: #AD21E6;
}
.AnyTagClassName
{
color: #AD21E6;
}
</style>
background-color css
<style>
a { background-color: #AD21E6; }
a { background-color: rgb(173,33,230); }
div.DivClassName
{
background-color: #AD21E6;
}
.BgClassName
{
background-color: #AD21E6;
}
</style>
border-color css
<style>
span { border-color: #AD21E6; }
span { border-color: rgb(173,33,230); }
td.TdClassName
{
border-color: #AD21E6;
}
.TagClassName
{
border-color: #AD21E6;
}
</style>