Shades of Dark Orchid #AD2DDC
Tints of Dark Orchid #AD2DDC
RGB
CMYK
RGB Variations
Color information
#AD2DDC (or 0xAD2DDC) is known color: Dark Orchid. HEX triplet: AD, 2D and DC. RGB value is (173,45,220). Sum of RGB (Red+Green+Blue) = 173+45+220=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD2DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DDC is #52D223. Grayscale: #666666. Windows color (decimal): -5427748 or 14429613. OLE color: 14429613.
HSL color Cylindrical-coordinate representation of color #AD2DDC: hue angle of 283.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2DDC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 45 | 220 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.14 |
| HSL | 283.89º | 0.71% | 0.52% | - |
| HSV(B) | 283.89º | 0.8% | 0.86% | - |
| XYZ | 31.09 | 15.93 | 69.15 | - |
| YUV | 103.22 | 193.91 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 220 | 0.21 | 0.80 | 0 | 0.14 | 283.89 | 0.71 | 0.52 |
| Hex | AD | 2D | DC | 15 | 50 | 0 | E | 11C | 47 | 34 |
| Octal | 255 | 55 | 334 | 25 | 120 | 0 | 16 | 434 | 107 | 64 |
| Binary | 10101101 | 101101 | 11011100 | 10101 | 1010000 | 0 | 1110 | 100011100 | 1000111 | 110100 |
Color Harmonies of #AD2DDC
Complementary color
Monochromatic Colors of #AD2DDC
Black with #AD2DDC
Text Example
Text Example
White with #AD2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2DDC; }
p { color: rgb(173,45,220); }
H1.HeaderClassName
{
color: #AD2DDC;
}
.AnyTagClassName
{
color: #AD2DDC;
}
</style>
background-color css
<style>
a { background-color: #AD2DDC; }
a { background-color: rgb(173,45,220); }
div.DivClassName
{
background-color: #AD2DDC;
}
.BgClassName
{
background-color: #AD2DDC;
}
</style>
border-color css
<style>
span { border-color: #AD2DDC; }
span { border-color: rgb(173,45,220); }
td.TdClassName
{
border-color: #AD2DDC;
}
.TagClassName
{
border-color: #AD2DDC;
}
</style>