Shades of Dark Orchid #AD3DDB
Tints of Dark Orchid #AD3DDB
RGB
CMYK
RGB Variations
Color information
#AD3DDB (or 0xAD3DDB) is known color: Dark Orchid. HEX triplet: AD, 3D and DB. RGB value is (173,61,219). Sum of RGB (Red+Green+Blue) = 173+61+219=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 61 (24.22% from 255 or 13.47% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD3DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DDB is #52C224. Grayscale: #6F6F6F. Windows color (decimal): -5423653 or 14368173. OLE color: 14368173.
HSL color Cylindrical-coordinate representation of color #AD3DDB: hue angle of 282.53º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3DDB is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 61 | 219 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.14 |
| HSL | 282.53º | 0.69% | 0.55% | - |
| HSV(B) | 282.53º | 0.72% | 0.86% | - |
| XYZ | 31.69 | 17.34 | 68.69 | - |
| YUV | 112.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 219 | 0.21 | 0.72 | 0 | 0.14 | 282.53 | 0.69 | 0.55 |
| Hex | AD | 3D | DB | 15 | 48 | 0 | E | 11B | 45 | 37 |
| Octal | 255 | 75 | 333 | 25 | 110 | 0 | 16 | 433 | 105 | 67 |
| Binary | 10101101 | 111101 | 11011011 | 10101 | 1001000 | 0 | 1110 | 100011011 | 1000101 | 110111 |
Color Harmonies of #AD3DDB
Complementary color
Monochromatic Colors of #AD3DDB
Black with #AD3DDB
Text Example
Text Example
White with #AD3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3DDB; }
p { color: rgb(173,61,219); }
H1.HeaderClassName
{
color: #AD3DDB;
}
.AnyTagClassName
{
color: #AD3DDB;
}
</style>
background-color css
<style>
a { background-color: #AD3DDB; }
a { background-color: rgb(173,61,219); }
div.DivClassName
{
background-color: #AD3DDB;
}
.BgClassName
{
background-color: #AD3DDB;
}
</style>
border-color css
<style>
span { border-color: #AD3DDB; }
span { border-color: rgb(173,61,219); }
td.TdClassName
{
border-color: #AD3DDB;
}
.TagClassName
{
border-color: #AD3DDB;
}
</style>