Shades of Dark Orchid #AD2CDB
Tints of Dark Orchid #AD2CDB
RGB
CMYK
RGB Variations
Color information
#AD2CDB (or 0xAD2CDB) is known color: Dark Orchid. HEX triplet: AD, 2C and DB. RGB value is (173,44,219). Sum of RGB (Red+Green+Blue) = 173+44+219=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD2CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CDB is #52D324. Grayscale: #656565. Windows color (decimal): -5428005 or 14363821. OLE color: 14363821.
HSL color Cylindrical-coordinate representation of color #AD2CDB: hue angle of 284.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2CDB is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 44 | 219 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.14 |
| HSL | 284.23º | 0.71% | 0.52% | - |
| HSV(B) | 284.23º | 0.8% | 0.86% | - |
| XYZ | 30.92 | 15.8 | 68.44 | - |
| YUV | 102.52 | 193.74 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 219 | 0.21 | 0.80 | 0 | 0.14 | 284.23 | 0.71 | 0.52 |
| Hex | AD | 2C | DB | 15 | 50 | 0 | E | 11C | 47 | 34 |
| Octal | 255 | 54 | 333 | 25 | 120 | 0 | 16 | 434 | 107 | 64 |
| Binary | 10101101 | 101100 | 11011011 | 10101 | 1010000 | 0 | 1110 | 100011100 | 1000111 | 110100 |
Color Harmonies of #AD2CDB
Complementary color
Monochromatic Colors of #AD2CDB
Black with #AD2CDB
Text Example
Text Example
White with #AD2CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CDB; }
p { color: rgb(173,44,219); }
H1.HeaderClassName
{
color: #AD2CDB;
}
.AnyTagClassName
{
color: #AD2CDB;
}
</style>
background-color css
<style>
a { background-color: #AD2CDB; }
a { background-color: rgb(173,44,219); }
div.DivClassName
{
background-color: #AD2CDB;
}
.BgClassName
{
background-color: #AD2CDB;
}
</style>
border-color css
<style>
span { border-color: #AD2CDB; }
span { border-color: rgb(173,44,219); }
td.TdClassName
{
border-color: #AD2CDB;
}
.TagClassName
{
border-color: #AD2CDB;
}
</style>