Shades of Dark Orchid #AD3ECE
Tints of Dark Orchid #AD3ECE
RGB
CMYK
RGB Variations
Color information
#AD3ECE (or 0xAD3ECE) is known color: Dark Orchid. HEX triplet: AD, 3E and CE. RGB value is (173,62,206). Sum of RGB (Red+Green+Blue) = 173+62+206=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 62 (24.61% from 255 or 14.06% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD3ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ECE is #52C131. Grayscale: #6F6F6F. Windows color (decimal): -5423410 or 13516461. OLE color: 13516461.
HSL color Cylindrical-coordinate representation of color #AD3ECE: hue angle of 286.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3ECE is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 62 | 206 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.19 |
| HSL | 286.25º | 0.6% | 0.53% | - |
| HSV(B) | 286.25º | 0.7% | 0.81% | - |
| XYZ | 30.1 | 16.79 | 60.05 | - |
| YUV | 111.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 206 | 0.16 | 0.70 | 0 | 0.19 | 286.25 | 0.6 | 0.53 |
| Hex | AD | 3E | CE | 10 | 46 | 0 | 13 | 11E | 3C | 35 |
| Octal | 255 | 76 | 316 | 20 | 106 | 0 | 23 | 436 | 74 | 65 |
| Binary | 10101101 | 111110 | 11001110 | 10000 | 1000110 | 0 | 10011 | 100011110 | 111100 | 110101 |
Color Harmonies of #AD3ECE
Complementary color
Monochromatic Colors of #AD3ECE
Black with #AD3ECE
Text Example
Text Example
White with #AD3ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3ECE; }
p { color: rgb(173,62,206); }
H1.HeaderClassName
{
color: #AD3ECE;
}
.AnyTagClassName
{
color: #AD3ECE;
}
</style>
background-color css
<style>
a { background-color: #AD3ECE; }
a { background-color: rgb(173,62,206); }
div.DivClassName
{
background-color: #AD3ECE;
}
.BgClassName
{
background-color: #AD3ECE;
}
</style>
border-color css
<style>
span { border-color: #AD3ECE; }
span { border-color: rgb(173,62,206); }
td.TdClassName
{
border-color: #AD3ECE;
}
.TagClassName
{
border-color: #AD3ECE;
}
</style>