Shades of Dark Orchid #AD2ECC
Tints of Dark Orchid #AD2ECC
RGB
CMYK
RGB Variations
Color information
#AD2ECC (or 0xAD2ECC) is known color: Dark Orchid. HEX triplet: AD, 2E and CC. RGB value is (173,46,204). Sum of RGB (Red+Green+Blue) = 173+46+204=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD2ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2ECC is #52D133. Grayscale: #656565. Windows color (decimal): -5427508 or 13381293. OLE color: 13381293.
HSL color Cylindrical-coordinate representation of color #AD2ECC: hue angle of 288.23º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2ECC is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 46 | 204 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.2 |
| HSL | 288.23º | 0.63% | 0.49% | - |
| HSV(B) | 288.23º | 0.77% | 0.8% | - |
| XYZ | 29.11 | 15.2 | 58.53 | - |
| YUV | 101.99 | 185.58 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 204 | 0.15 | 0.77 | 0 | 0.2 | 288.23 | 0.63 | 0.49 |
| Hex | AD | 2E | CC | F | 4D | 0 | 14 | 120 | 3F | 31 |
| Octal | 255 | 56 | 314 | 17 | 115 | 0 | 24 | 440 | 77 | 61 |
| Binary | 10101101 | 101110 | 11001100 | 1111 | 1001101 | 0 | 10100 | 100100000 | 111111 | 110001 |
Color Harmonies of #AD2ECC
Complementary color
Monochromatic Colors of #AD2ECC
Black with #AD2ECC
Text Example
Text Example
White with #AD2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2ECC; }
p { color: rgb(173,46,204); }
H1.HeaderClassName
{
color: #AD2ECC;
}
.AnyTagClassName
{
color: #AD2ECC;
}
</style>
background-color css
<style>
a { background-color: #AD2ECC; }
a { background-color: rgb(173,46,204); }
div.DivClassName
{
background-color: #AD2ECC;
}
.BgClassName
{
background-color: #AD2ECC;
}
</style>
border-color css
<style>
span { border-color: #AD2ECC; }
span { border-color: rgb(173,46,204); }
td.TdClassName
{
border-color: #AD2ECC;
}
.TagClassName
{
border-color: #AD2ECC;
}
</style>