Shades of Dark Orchid #AD1CCE
Tints of Dark Orchid #AD1CCE
RGB
CMYK
RGB Variations
Color information
#AD1CCE (or 0xAD1CCE) is known color: Dark Orchid. HEX triplet: AD, 1C and CE. RGB value is (173,28,206). Sum of RGB (Red+Green+Blue) = 173+28+206=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD1CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CCE is #52E331. Grayscale: #5B5B5B. Windows color (decimal): -5432114 or 13507757. OLE color: 13507757.
HSL color Cylindrical-coordinate representation of color #AD1CCE: hue angle of 288.88º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1CCE is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 28 | 206 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.19 |
| HSL | 288.88º | 0.76% | 0.46% | - |
| HSV(B) | 288.88º | 0.86% | 0.81% | - |
| XYZ | 28.79 | 14.17 | 59.61 | - |
| YUV | 91.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 206 | 0.16 | 0.86 | 0 | 0.19 | 288.88 | 0.76 | 0.46 |
| Hex | AD | 1C | CE | 10 | 56 | 0 | 13 | 121 | 4C | 2E |
| Octal | 255 | 34 | 316 | 20 | 126 | 0 | 23 | 441 | 114 | 56 |
| Binary | 10101101 | 11100 | 11001110 | 10000 | 1010110 | 0 | 10011 | 100100001 | 1001100 | 101110 |
Color Harmonies of #AD1CCE
Complementary color
Monochromatic Colors of #AD1CCE
Black with #AD1CCE
Text Example
Text Example
White with #AD1CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1CCE; }
p { color: rgb(173,28,206); }
H1.HeaderClassName
{
color: #AD1CCE;
}
.AnyTagClassName
{
color: #AD1CCE;
}
</style>
background-color css
<style>
a { background-color: #AD1CCE; }
a { background-color: rgb(173,28,206); }
div.DivClassName
{
background-color: #AD1CCE;
}
.BgClassName
{
background-color: #AD1CCE;
}
</style>
border-color css
<style>
span { border-color: #AD1CCE; }
span { border-color: rgb(173,28,206); }
td.TdClassName
{
border-color: #AD1CCE;
}
.TagClassName
{
border-color: #AD1CCE;
}
</style>