Shades of Dark Orchid #AD1ECE
Tints of Dark Orchid #AD1ECE
RGB
CMYK
RGB Variations
Color information
#AD1ECE (or 0xAD1ECE) is known color: Dark Orchid. HEX triplet: AD, 1E and CE. RGB value is (173,30,206). Sum of RGB (Red+Green+Blue) = 173+30+206=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD1ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ECE is #52E131. Grayscale: #5C5C5C. Windows color (decimal): -5431602 or 13508269. OLE color: 13508269.
HSL color Cylindrical-coordinate representation of color #AD1ECE: hue angle of 288.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1ECE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 30 | 206 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.19 |
| HSL | 288.75º | 0.75% | 0.46% | - |
| HSV(B) | 288.75º | 0.85% | 0.81% | - |
| XYZ | 28.84 | 14.27 | 59.63 | - |
| YUV | 92.82 | 191.88 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 30 | 206 | 0.16 | 0.85 | 0 | 0.19 | 288.75 | 0.75 | 0.46 |
| Hex | AD | 1E | CE | 10 | 55 | 0 | 13 | 121 | 4B | 2E |
| Octal | 255 | 36 | 316 | 20 | 125 | 0 | 23 | 441 | 113 | 56 |
| Binary | 10101101 | 11110 | 11001110 | 10000 | 1010101 | 0 | 10011 | 100100001 | 1001011 | 101110 |
Color Harmonies of #AD1ECE
Complementary color
Monochromatic Colors of #AD1ECE
Black with #AD1ECE
Text Example
Text Example
White with #AD1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1ECE; }
p { color: rgb(173,30,206); }
H1.HeaderClassName
{
color: #AD1ECE;
}
.AnyTagClassName
{
color: #AD1ECE;
}
</style>
background-color css
<style>
a { background-color: #AD1ECE; }
a { background-color: rgb(173,30,206); }
div.DivClassName
{
background-color: #AD1ECE;
}
.BgClassName
{
background-color: #AD1ECE;
}
</style>
border-color css
<style>
span { border-color: #AD1ECE; }
span { border-color: rgb(173,30,206); }
td.TdClassName
{
border-color: #AD1ECE;
}
.TagClassName
{
border-color: #AD1ECE;
}
</style>