Shades of Dark Orchid #AD3CE1
Tints of Dark Orchid #AD3CE1
RGB
CMYK
RGB Variations
Color information
#AD3CE1 (or 0xAD3CE1) is known color: Dark Orchid. HEX triplet: AD, 3C and E1. RGB value is (173,60,225). Sum of RGB (Red+Green+Blue) = 173+60+225=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD3CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3CE1 is #52C31E. Grayscale: #707070. Windows color (decimal): -5423903 or 14761133. OLE color: 14761133.
HSL color Cylindrical-coordinate representation of color #AD3CE1: hue angle of 281.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3CE1 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 60 | 225 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.12 |
| HSL | 281.09º | 0.73% | 0.56% | - |
| HSV(B) | 281.09º | 0.73% | 0.88% | - |
| XYZ | 32.44 | 17.55 | 72.91 | - |
| YUV | 112.6 | 191.44 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 225 | 0.23 | 0.73 | 0 | 0.12 | 281.09 | 0.73 | 0.56 |
| Hex | AD | 3C | E1 | 17 | 49 | 0 | C | 119 | 49 | 38 |
| Octal | 255 | 74 | 341 | 27 | 111 | 0 | 14 | 431 | 111 | 70 |
| Binary | 10101101 | 111100 | 11100001 | 10111 | 1001001 | 0 | 1100 | 100011001 | 1001001 | 111000 |
Color Harmonies of #AD3CE1
Complementary color
Monochromatic Colors of #AD3CE1
Black with #AD3CE1
Text Example
Text Example
White with #AD3CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CE1; }
p { color: rgb(173,60,225); }
H1.HeaderClassName
{
color: #AD3CE1;
}
.AnyTagClassName
{
color: #AD3CE1;
}
</style>
background-color css
<style>
a { background-color: #AD3CE1; }
a { background-color: rgb(173,60,225); }
div.DivClassName
{
background-color: #AD3CE1;
}
.BgClassName
{
background-color: #AD3CE1;
}
</style>
border-color css
<style>
span { border-color: #AD3CE1; }
span { border-color: rgb(173,60,225); }
td.TdClassName
{
border-color: #AD3CE1;
}
.TagClassName
{
border-color: #AD3CE1;
}
</style>