Shades of Dark Orchid #AD2EDC
Tints of Dark Orchid #AD2EDC
RGB
CMYK
RGB Variations
Color information
#AD2EDC (or 0xAD2EDC) is known color: Dark Orchid. HEX triplet: AD, 2E and DC. RGB value is (173,46,220). Sum of RGB (Red+Green+Blue) = 173+46+220=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD2EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EDC is #52D123. Grayscale: #676767. Windows color (decimal): -5427492 or 14429869. OLE color: 14429869.
HSL color Cylindrical-coordinate representation of color #AD2EDC: hue angle of 283.79º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD2EDC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 46 | 220 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.14 |
| HSL | 283.79º | 0.71% | 0.52% | - |
| HSV(B) | 283.79º | 0.79% | 0.86% | - |
| XYZ | 31.13 | 16.01 | 69.16 | - |
| YUV | 103.81 | 193.58 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 220 | 0.21 | 0.79 | 0 | 0.14 | 283.79 | 0.71 | 0.52 |
| Hex | AD | 2E | DC | 15 | 4F | 0 | E | 11C | 47 | 34 |
| Octal | 255 | 56 | 334 | 25 | 117 | 0 | 16 | 434 | 107 | 64 |
| Binary | 10101101 | 101110 | 11011100 | 10101 | 1001111 | 0 | 1110 | 100011100 | 1000111 | 110100 |
Color Harmonies of #AD2EDC
Complementary color
Monochromatic Colors of #AD2EDC
Black with #AD2EDC
Text Example
Text Example
White with #AD2EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2EDC; }
p { color: rgb(173,46,220); }
H1.HeaderClassName
{
color: #AD2EDC;
}
.AnyTagClassName
{
color: #AD2EDC;
}
</style>
background-color css
<style>
a { background-color: #AD2EDC; }
a { background-color: rgb(173,46,220); }
div.DivClassName
{
background-color: #AD2EDC;
}
.BgClassName
{
background-color: #AD2EDC;
}
</style>
border-color css
<style>
span { border-color: #AD2EDC; }
span { border-color: rgb(173,46,220); }
td.TdClassName
{
border-color: #AD2EDC;
}
.TagClassName
{
border-color: #AD2EDC;
}
</style>