Shades of Dark Orchid #AD20C8
Tints of Dark Orchid #AD20C8
RGB
CMYK
RGB Variations
Color information
#AD20C8 (or 0xAD20C8) is known color: Dark Orchid. HEX triplet: AD, 20 and C8. RGB value is (173,32,200). Sum of RGB (Red+Green+Blue) = 173+32+200=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD20C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20C8 is #52DF37. Grayscale: #5C5C5C. Windows color (decimal): -5431096 or 13115565. OLE color: 13115565.
HSL color Cylindrical-coordinate representation of color #AD20C8: hue angle of 290.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD20C8 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 32 | 200 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.22 |
| HSL | 290.36º | 0.72% | 0.45% | - |
| HSV(B) | 290.36º | 0.84% | 0.78% | - |
| XYZ | 28.18 | 14.09 | 55.88 | - |
| YUV | 93.31 | 188.21 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 200 | 0.14 | 0.84 | 0 | 0.22 | 290.36 | 0.72 | 0.45 |
| Hex | AD | 20 | C8 | E | 54 | 0 | 16 | 122 | 48 | 2D |
| Octal | 255 | 40 | 310 | 16 | 124 | 0 | 26 | 442 | 110 | 55 |
| Binary | 10101101 | 100000 | 11001000 | 1110 | 1010100 | 0 | 10110 | 100100010 | 1001000 | 101101 |
Color Harmonies of #AD20C8
Complementary color
Monochromatic Colors of #AD20C8
Black with #AD20C8
Text Example
Text Example
White with #AD20C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20C8; }
p { color: rgb(173,32,200); }
H1.HeaderClassName
{
color: #AD20C8;
}
.AnyTagClassName
{
color: #AD20C8;
}
</style>
background-color css
<style>
a { background-color: #AD20C8; }
a { background-color: rgb(173,32,200); }
div.DivClassName
{
background-color: #AD20C8;
}
.BgClassName
{
background-color: #AD20C8;
}
</style>
border-color css
<style>
span { border-color: #AD20C8; }
span { border-color: rgb(173,32,200); }
td.TdClassName
{
border-color: #AD20C8;
}
.TagClassName
{
border-color: #AD20C8;
}
</style>