Shades of Dark Orchid #AD20CB
Tints of Dark Orchid #AD20CB
RGB
CMYK
RGB Variations
Color information
#AD20CB (or 0xAD20CB) is known color: Dark Orchid. HEX triplet: AD, 20 and CB. RGB value is (173,32,203). Sum of RGB (Red+Green+Blue) = 173+32+203=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD20CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD20CB is #52DF34. Grayscale: #5D5D5D. Windows color (decimal): -5431093 or 13312173. OLE color: 13312173.
HSL color Cylindrical-coordinate representation of color #AD20CB: hue angle of 289.47º 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 #AD20CB is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 32 | 203 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.20 |
| HSL | 289.47º | 0.73% | 0.46% | - |
| HSV(B) | 289.47º | 0.84% | 0.8% | - |
| XYZ | 28.53 | 14.23 | 57.74 | - |
| YUV | 93.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 203 | 0.15 | 0.84 | 0 | 0.20 | 289.47 | 0.73 | 0.46 |
| Hex | AD | 20 | CB | F | 54 | 0 | 14 | 121 | 49 | 2E |
| Octal | 255 | 40 | 313 | 17 | 124 | 0 | 24 | 441 | 111 | 56 |
| Binary | 10101101 | 100000 | 11001011 | 1111 | 1010100 | 0 | 10100 | 100100001 | 1001001 | 101110 |
Color Harmonies of #AD20CB
Complementary color
Monochromatic Colors of #AD20CB
Black with #AD20CB
Text Example
Text Example
White with #AD20CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD20CB; }
p { color: rgb(173,32,203); }
H1.HeaderClassName
{
color: #AD20CB;
}
.AnyTagClassName
{
color: #AD20CB;
}
</style>
background-color css
<style>
a { background-color: #AD20CB; }
a { background-color: rgb(173,32,203); }
div.DivClassName
{
background-color: #AD20CB;
}
.BgClassName
{
background-color: #AD20CB;
}
</style>
border-color css
<style>
span { border-color: #AD20CB; }
span { border-color: rgb(173,32,203); }
td.TdClassName
{
border-color: #AD20CB;
}
.TagClassName
{
border-color: #AD20CB;
}
</style>