Shades of Dark Orchid #AD1ECC
Tints of Dark Orchid #AD1ECC
RGB
CMYK
RGB Variations
Color information
#AD1ECC (or 0xAD1ECC) is known color: Dark Orchid. HEX triplet: AD, 1E and CC. RGB value is (173,30,204). Sum of RGB (Red+Green+Blue) = 173+30+204=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD1ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ECC is #52E133. Grayscale: #5C5C5C. Windows color (decimal): -5431604 or 13377197. OLE color: 13377197.
HSL color Cylindrical-coordinate representation of color #AD1ECC: hue angle of 289.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1ECC is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 30 | 204 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.2 |
| HSL | 289.31º | 0.74% | 0.46% | - |
| HSV(B) | 289.31º | 0.85% | 0.8% | - |
| XYZ | 28.6 | 14.17 | 58.36 | - |
| YUV | 92.59 | 190.88 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 204 | 0.15 | 0.85 | 0 | 0.2 | 289.31 | 0.74 | 0.46 |
| Hex | AD | 1E | CC | F | 55 | 0 | 14 | 121 | 4A | 2E |
| Octal | 255 | 36 | 314 | 17 | 125 | 0 | 24 | 441 | 112 | 56 |
| Binary | 10101101 | 11110 | 11001100 | 1111 | 1010101 | 0 | 10100 | 100100001 | 1001010 | 101110 |
Color Harmonies of #AD1ECC
Complementary color
Monochromatic Colors of #AD1ECC
Black with #AD1ECC
Text Example
Text Example
White with #AD1ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1ECC; }
p { color: rgb(173,30,204); }
H1.HeaderClassName
{
color: #AD1ECC;
}
.AnyTagClassName
{
color: #AD1ECC;
}
</style>
background-color css
<style>
a { background-color: #AD1ECC; }
a { background-color: rgb(173,30,204); }
div.DivClassName
{
background-color: #AD1ECC;
}
.BgClassName
{
background-color: #AD1ECC;
}
</style>
border-color css
<style>
span { border-color: #AD1ECC; }
span { border-color: rgb(173,30,204); }
td.TdClassName
{
border-color: #AD1ECC;
}
.TagClassName
{
border-color: #AD1ECC;
}
</style>