Shades of Dark Orchid #AD3ECF
Tints of Dark Orchid #AD3ECF
RGB
CMYK
RGB Variations
Color information
#AD3ECF (or 0xAD3ECF) is known color: Dark Orchid. HEX triplet: AD, 3E and CF. RGB value is (173,62,207). Sum of RGB (Red+Green+Blue) = 173+62+207=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD3ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3ECF is #52C130. Grayscale: #6F6F6F. Windows color (decimal): -5423409 or 13581997. OLE color: 13581997.
HSL color Cylindrical-coordinate representation of color #AD3ECF: hue angle of 285.93º 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 #AD3ECF is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 62 | 207 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.19 |
| HSL | 285.93º | 0.6% | 0.53% | - |
| HSV(B) | 285.93º | 0.7% | 0.81% | - |
| XYZ | 30.22 | 16.83 | 60.69 | - |
| YUV | 111.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 207 | 0.16 | 0.70 | 0 | 0.19 | 285.93 | 0.6 | 0.53 |
| Hex | AD | 3E | CF | 10 | 46 | 0 | 13 | 11E | 3C | 35 |
| Octal | 255 | 76 | 317 | 20 | 106 | 0 | 23 | 436 | 74 | 65 |
| Binary | 10101101 | 111110 | 11001111 | 10000 | 1000110 | 0 | 10011 | 100011110 | 111100 | 110101 |
Color Harmonies of #AD3ECF
Complementary color
Monochromatic Colors of #AD3ECF
Black with #AD3ECF
Text Example
Text Example
White with #AD3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3ECF; }
p { color: rgb(173,62,207); }
H1.HeaderClassName
{
color: #AD3ECF;
}
.AnyTagClassName
{
color: #AD3ECF;
}
</style>
background-color css
<style>
a { background-color: #AD3ECF; }
a { background-color: rgb(173,62,207); }
div.DivClassName
{
background-color: #AD3ECF;
}
.BgClassName
{
background-color: #AD3ECF;
}
</style>
border-color css
<style>
span { border-color: #AD3ECF; }
span { border-color: rgb(173,62,207); }
td.TdClassName
{
border-color: #AD3ECF;
}
.TagClassName
{
border-color: #AD3ECF;
}
</style>