Shades of Dark Orchid #AD2BDE
Tints of Dark Orchid #AD2BDE
RGB
CMYK
RGB Variations
Color information
#AD2BDE (or 0xAD2BDE) is known color: Dark Orchid. HEX triplet: AD, 2B and DE. RGB value is (173,43,222). Sum of RGB (Red+Green+Blue) = 173+43+222=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD2BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2BDE is #52D421. Grayscale: #656565. Windows color (decimal): -5428258 or 14560173. OLE color: 14560173.
HSL color Cylindrical-coordinate representation of color #AD2BDE: hue angle of 283.58º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD2BDE is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 43 | 222 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.13 |
| HSL | 283.58º | 0.73% | 0.52% | - |
| HSV(B) | 283.58º | 0.81% | 0.87% | - |
| XYZ | 31.28 | 15.89 | 70.52 | - |
| YUV | 102.28 | 195.57 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 222 | 0.22 | 0.81 | 0 | 0.13 | 283.58 | 0.73 | 0.52 |
| Hex | AD | 2B | DE | 16 | 51 | 0 | D | 11C | 49 | 34 |
| Octal | 255 | 53 | 336 | 26 | 121 | 0 | 15 | 434 | 111 | 64 |
| Binary | 10101101 | 101011 | 11011110 | 10110 | 1010001 | 0 | 1101 | 100011100 | 1001001 | 110100 |
Color Harmonies of #AD2BDE
Complementary color
Monochromatic Colors of #AD2BDE
Black with #AD2BDE
Text Example
Text Example
White with #AD2BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2BDE; }
p { color: rgb(173,43,222); }
H1.HeaderClassName
{
color: #AD2BDE;
}
.AnyTagClassName
{
color: #AD2BDE;
}
</style>
background-color css
<style>
a { background-color: #AD2BDE; }
a { background-color: rgb(173,43,222); }
div.DivClassName
{
background-color: #AD2BDE;
}
.BgClassName
{
background-color: #AD2BDE;
}
</style>
border-color css
<style>
span { border-color: #AD2BDE; }
span { border-color: rgb(173,43,222); }
td.TdClassName
{
border-color: #AD2BDE;
}
.TagClassName
{
border-color: #AD2BDE;
}
</style>