Shades of Dark Orchid #AD20CD
Tints of Dark Orchid #AD20CD
RGB
CMYK
RGB Variations
Color information
#AD20CD (or 0xAD20CD) is known color: Dark Orchid. HEX triplet: AD, 20 and CD. RGB value is (173,32,205). Sum of RGB (Red+Green+Blue) = 173+32+205=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD20CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20CD is #52DF32. Grayscale: #5D5D5D. Windows color (decimal): -5431091 or 13443245. OLE color: 13443245.
HSL color Cylindrical-coordinate representation of color #AD20CD: hue angle of 288.9º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD20CD is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 32 | 205 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.20 |
| HSL | 288.9º | 0.73% | 0.46% | - |
| HSV(B) | 288.9º | 0.84% | 0.8% | - |
| XYZ | 28.77 | 14.33 | 59.01 | - |
| YUV | 93.88 | 190.71 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 205 | 0.16 | 0.84 | 0 | 0.20 | 288.9 | 0.73 | 0.46 |
| Hex | AD | 20 | CD | 10 | 54 | 0 | 14 | 121 | 49 | 2E |
| Octal | 255 | 40 | 315 | 20 | 124 | 0 | 24 | 441 | 111 | 56 |
| Binary | 10101101 | 100000 | 11001101 | 10000 | 1010100 | 0 | 10100 | 100100001 | 1001001 | 101110 |
Color Harmonies of #AD20CD
Complementary color
Monochromatic Colors of #AD20CD
Black with #AD20CD
Text Example
Text Example
White with #AD20CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20CD; }
p { color: rgb(173,32,205); }
H1.HeaderClassName
{
color: #AD20CD;
}
.AnyTagClassName
{
color: #AD20CD;
}
</style>
background-color css
<style>
a { background-color: #AD20CD; }
a { background-color: rgb(173,32,205); }
div.DivClassName
{
background-color: #AD20CD;
}
.BgClassName
{
background-color: #AD20CD;
}
</style>
border-color css
<style>
span { border-color: #AD20CD; }
span { border-color: rgb(173,32,205); }
td.TdClassName
{
border-color: #AD20CD;
}
.TagClassName
{
border-color: #AD20CD;
}
</style>