Shades of Dark Orchid #AD2EDD
Tints of Dark Orchid #AD2EDD
RGB
CMYK
RGB Variations
Color information
#AD2EDD (or 0xAD2EDD) is known color: Dark Orchid. HEX triplet: AD, 2E and DD. RGB value is (173,46,221). Sum of RGB (Red+Green+Blue) = 173+46+221=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD2EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EDD is #52D122. Grayscale: #676767. Windows color (decimal): -5427491 or 14495405. OLE color: 14495405.
HSL color Cylindrical-coordinate representation of color #AD2EDD: hue angle of 283.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2EDD is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 46 | 221 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.13 |
| HSL | 283.54º | 0.72% | 0.52% | - |
| HSV(B) | 283.54º | 0.79% | 0.87% | - |
| XYZ | 31.26 | 16.06 | 69.86 | - |
| YUV | 103.92 | 194.08 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 221 | 0.22 | 0.79 | 0 | 0.13 | 283.54 | 0.72 | 0.52 |
| Hex | AD | 2E | DD | 16 | 4F | 0 | D | 11C | 48 | 34 |
| Octal | 255 | 56 | 335 | 26 | 117 | 0 | 15 | 434 | 110 | 64 |
| Binary | 10101101 | 101110 | 11011101 | 10110 | 1001111 | 0 | 1101 | 100011100 | 1001000 | 110100 |
Color Harmonies of #AD2EDD
Complementary color
Monochromatic Colors of #AD2EDD
Black with #AD2EDD
Text Example
Text Example
White with #AD2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EDD; }
p { color: rgb(173,46,221); }
H1.HeaderClassName
{
color: #AD2EDD;
}
.AnyTagClassName
{
color: #AD2EDD;
}
</style>
background-color css
<style>
a { background-color: #AD2EDD; }
a { background-color: rgb(173,46,221); }
div.DivClassName
{
background-color: #AD2EDD;
}
.BgClassName
{
background-color: #AD2EDD;
}
</style>
border-color css
<style>
span { border-color: #AD2EDD; }
span { border-color: rgb(173,46,221); }
td.TdClassName
{
border-color: #AD2EDD;
}
.TagClassName
{
border-color: #AD2EDD;
}
</style>