Shades of Dark Orchid #AD3EC8
Tints of Dark Orchid #AD3EC8
RGB
CMYK
RGB Variations
Color information
#AD3EC8 (or 0xAD3EC8) is known color: Dark Orchid. HEX triplet: AD, 3E and C8. RGB value is (173,62,200). Sum of RGB (Red+Green+Blue) = 173+62+200=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD3EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3EC8 is #52C137. Grayscale: #6E6E6E. Windows color (decimal): -5423416 or 13123245. OLE color: 13123245.
HSL color Cylindrical-coordinate representation of color #AD3EC8: hue angle of 288.26º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3EC8 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 62 | 200 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.22 |
| HSL | 288.26º | 0.56% | 0.51% | - |
| HSV(B) | 288.26º | 0.69% | 0.78% | - |
| XYZ | 29.38 | 16.5 | 56.28 | - |
| YUV | 110.92 | 178.27 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 200 | 0.14 | 0.69 | 0 | 0.22 | 288.26 | 0.56 | 0.51 |
| Hex | AD | 3E | C8 | E | 45 | 0 | 16 | 120 | 38 | 33 |
| Octal | 255 | 76 | 310 | 16 | 105 | 0 | 26 | 440 | 70 | 63 |
| Binary | 10101101 | 111110 | 11001000 | 1110 | 1000101 | 0 | 10110 | 100100000 | 111000 | 110011 |
Color Harmonies of #AD3EC8
Complementary color
Monochromatic Colors of #AD3EC8
Black with #AD3EC8
Text Example
Text Example
White with #AD3EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3EC8; }
p { color: rgb(173,62,200); }
H1.HeaderClassName
{
color: #AD3EC8;
}
.AnyTagClassName
{
color: #AD3EC8;
}
</style>
background-color css
<style>
a { background-color: #AD3EC8; }
a { background-color: rgb(173,62,200); }
div.DivClassName
{
background-color: #AD3EC8;
}
.BgClassName
{
background-color: #AD3EC8;
}
</style>
border-color css
<style>
span { border-color: #AD3EC8; }
span { border-color: rgb(173,62,200); }
td.TdClassName
{
border-color: #AD3EC8;
}
.TagClassName
{
border-color: #AD3EC8;
}
</style>