Shades of Dark Orchid #AD3EDE
Tints of Dark Orchid #AD3EDE
RGB
CMYK
RGB Variations
Color information
#AD3EDE (or 0xAD3EDE) is known color: Dark Orchid. HEX triplet: AD, 3E and DE. RGB value is (173,62,222). Sum of RGB (Red+Green+Blue) = 173+62+222=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD3EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EDE is #52C121. Grayscale: #707070. Windows color (decimal): -5423394 or 14565037. OLE color: 14565037.
HSL color Cylindrical-coordinate representation of color #AD3EDE: hue angle of 281.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD3EDE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 62 | 222 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.13 |
| HSL | 281.63º | 0.71% | 0.56% | - |
| HSV(B) | 281.63º | 0.72% | 0.87% | - |
| XYZ | 32.14 | 17.6 | 70.81 | - |
| YUV | 113.43 | 189.27 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 222 | 0.22 | 0.72 | 0 | 0.13 | 281.63 | 0.71 | 0.56 |
| Hex | AD | 3E | DE | 16 | 48 | 0 | D | 11A | 47 | 38 |
| Octal | 255 | 76 | 336 | 26 | 110 | 0 | 15 | 432 | 107 | 70 |
| Binary | 10101101 | 111110 | 11011110 | 10110 | 1001000 | 0 | 1101 | 100011010 | 1000111 | 111000 |
Color Harmonies of #AD3EDE
Complementary color
Monochromatic Colors of #AD3EDE
Black with #AD3EDE
Text Example
Text Example
White with #AD3EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3EDE; }
p { color: rgb(173,62,222); }
H1.HeaderClassName
{
color: #AD3EDE;
}
.AnyTagClassName
{
color: #AD3EDE;
}
</style>
background-color css
<style>
a { background-color: #AD3EDE; }
a { background-color: rgb(173,62,222); }
div.DivClassName
{
background-color: #AD3EDE;
}
.BgClassName
{
background-color: #AD3EDE;
}
</style>
border-color css
<style>
span { border-color: #AD3EDE; }
span { border-color: rgb(173,62,222); }
td.TdClassName
{
border-color: #AD3EDE;
}
.TagClassName
{
border-color: #AD3EDE;
}
</style>