Shades of Dark Orchid #AD3CDB
Tints of Dark Orchid #AD3CDB
RGB
CMYK
RGB Variations
Color information
#AD3CDB (or 0xAD3CDB) is known color: Dark Orchid. HEX triplet: AD, 3C and DB. RGB value is (173,60,219). Sum of RGB (Red+Green+Blue) = 173+60+219=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD3CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CDB is #52C324. Grayscale: #6F6F6F. Windows color (decimal): -5423909 or 14367917. OLE color: 14367917.
HSL color Cylindrical-coordinate representation of color #AD3CDB: hue angle of 282.64º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3CDB is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 60 | 219 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.14 |
| HSL | 282.64º | 0.69% | 0.55% | - |
| HSV(B) | 282.64º | 0.73% | 0.86% | - |
| XYZ | 31.64 | 17.23 | 68.68 | - |
| YUV | 111.91 | 188.44 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 219 | 0.21 | 0.73 | 0 | 0.14 | 282.64 | 0.69 | 0.55 |
| Hex | AD | 3C | DB | 15 | 49 | 0 | E | 11B | 45 | 37 |
| Octal | 255 | 74 | 333 | 25 | 111 | 0 | 16 | 433 | 105 | 67 |
| Binary | 10101101 | 111100 | 11011011 | 10101 | 1001001 | 0 | 1110 | 100011011 | 1000101 | 110111 |
Color Harmonies of #AD3CDB
Complementary color
Monochromatic Colors of #AD3CDB
Black with #AD3CDB
Text Example
Text Example
White with #AD3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CDB; }
p { color: rgb(173,60,219); }
H1.HeaderClassName
{
color: #AD3CDB;
}
.AnyTagClassName
{
color: #AD3CDB;
}
</style>
background-color css
<style>
a { background-color: #AD3CDB; }
a { background-color: rgb(173,60,219); }
div.DivClassName
{
background-color: #AD3CDB;
}
.BgClassName
{
background-color: #AD3CDB;
}
</style>
border-color css
<style>
span { border-color: #AD3CDB; }
span { border-color: rgb(173,60,219); }
td.TdClassName
{
border-color: #AD3CDB;
}
.TagClassName
{
border-color: #AD3CDB;
}
</style>