Shades of Dark Orchid #AD21D3
Tints of Dark Orchid #AD21D3
RGB
CMYK
RGB Variations
Color information
#AD21D3 (or 0xAD21D3) is known color: Dark Orchid. HEX triplet: AD, 21 and D3. RGB value is (173,33,211). Sum of RGB (Red+Green+Blue) = 173+33+211=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 33 (13.28% from 255 or 7.91% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #AD21D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21D3 is #52DE2C. Grayscale: #5E5E5E. Windows color (decimal): -5430829 or 13836717. OLE color: 13836717.
HSL color Cylindrical-coordinate representation of color #AD21D3: hue angle of 287.19º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD21D3 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 33 | 211 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.17 |
| HSL | 287.19º | 0.73% | 0.48% | - |
| HSV(B) | 287.19º | 0.84% | 0.83% | - |
| XYZ | 29.54 | 14.68 | 62.9 | - |
| YUV | 95.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 211 | 0.18 | 0.84 | 0 | 0.17 | 287.19 | 0.73 | 0.48 |
| Hex | AD | 21 | D3 | 12 | 54 | 0 | 11 | 11F | 49 | 30 |
| Octal | 255 | 41 | 323 | 22 | 124 | 0 | 21 | 437 | 111 | 60 |
| Binary | 10101101 | 100001 | 11010011 | 10010 | 1010100 | 0 | 10001 | 100011111 | 1001001 | 110000 |
Color Harmonies of #AD21D3
Complementary color
Monochromatic Colors of #AD21D3
Black with #AD21D3
Text Example
Text Example
White with #AD21D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD21D3; }
p { color: rgb(173,33,211); }
H1.HeaderClassName
{
color: #AD21D3;
}
.AnyTagClassName
{
color: #AD21D3;
}
</style>
background-color css
<style>
a { background-color: #AD21D3; }
a { background-color: rgb(173,33,211); }
div.DivClassName
{
background-color: #AD21D3;
}
.BgClassName
{
background-color: #AD21D3;
}
</style>
border-color css
<style>
span { border-color: #AD21D3; }
span { border-color: rgb(173,33,211); }
td.TdClassName
{
border-color: #AD21D3;
}
.TagClassName
{
border-color: #AD21D3;
}
</style>