Shades of Dark Orchid #AD1CDB
Tints of Dark Orchid #AD1CDB
RGB
CMYK
RGB Variations
Color information
#AD1CDB (or 0xAD1CDB) is known color: Dark Orchid. HEX triplet: AD, 1C and DB. RGB value is (173,28,219). Sum of RGB (Red+Green+Blue) = 173+28+219=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD1CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CDB is #52E324. Grayscale: #5C5C5C. Windows color (decimal): -5432101 or 14359725. OLE color: 14359725.
HSL color Cylindrical-coordinate representation of color #AD1CDB: hue angle of 285.55º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1CDB is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 28 | 219 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.14 |
| HSL | 285.55º | 0.77% | 0.48% | - |
| HSV(B) | 285.55º | 0.87% | 0.86% | - |
| XYZ | 30.44 | 14.83 | 68.28 | - |
| YUV | 93.13 | 199.04 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 219 | 0.21 | 0.87 | 0 | 0.14 | 285.55 | 0.77 | 0.48 |
| Hex | AD | 1C | DB | 15 | 57 | 0 | E | 11E | 4D | 30 |
| Octal | 255 | 34 | 333 | 25 | 127 | 0 | 16 | 436 | 115 | 60 |
| Binary | 10101101 | 11100 | 11011011 | 10101 | 1010111 | 0 | 1110 | 100011110 | 1001101 | 110000 |
Color Harmonies of #AD1CDB
Complementary color
Monochromatic Colors of #AD1CDB
Black with #AD1CDB
Text Example
Text Example
White with #AD1CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CDB; }
p { color: rgb(173,28,219); }
H1.HeaderClassName
{
color: #AD1CDB;
}
.AnyTagClassName
{
color: #AD1CDB;
}
</style>
background-color css
<style>
a { background-color: #AD1CDB; }
a { background-color: rgb(173,28,219); }
div.DivClassName
{
background-color: #AD1CDB;
}
.BgClassName
{
background-color: #AD1CDB;
}
</style>
border-color css
<style>
span { border-color: #AD1CDB; }
span { border-color: rgb(173,28,219); }
td.TdClassName
{
border-color: #AD1CDB;
}
.TagClassName
{
border-color: #AD1CDB;
}
</style>