Shades of Dark Orchid #AD1FCE
Tints of Dark Orchid #AD1FCE
RGB
CMYK
RGB Variations
Color information
#AD1FCE (or 0xAD1FCE) is known color: Dark Orchid. HEX triplet: AD, 1F and CE. RGB value is (173,31,206). Sum of RGB (Red+Green+Blue) = 173+31+206=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 31 (12.5% from 255 or 7.56% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD1FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1FCE is #52E031. Grayscale: #5C5C5C. Windows color (decimal): -5431346 or 13508525. OLE color: 13508525.
HSL color Cylindrical-coordinate representation of color #AD1FCE: hue angle of 288.69º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1FCE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 31 | 206 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.19 |
| HSL | 288.69º | 0.74% | 0.46% | - |
| HSV(B) | 288.69º | 0.85% | 0.81% | - |
| XYZ | 28.86 | 14.32 | 59.64 | - |
| YUV | 93.41 | 191.54 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 31 | 206 | 0.16 | 0.85 | 0 | 0.19 | 288.69 | 0.74 | 0.46 |
| Hex | AD | 1F | CE | 10 | 55 | 0 | 13 | 121 | 4A | 2E |
| Octal | 255 | 37 | 316 | 20 | 125 | 0 | 23 | 441 | 112 | 56 |
| Binary | 10101101 | 11111 | 11001110 | 10000 | 1010101 | 0 | 10011 | 100100001 | 1001010 | 101110 |
Color Harmonies of #AD1FCE
Complementary color
Monochromatic Colors of #AD1FCE
Black with #AD1FCE
Text Example
Text Example
White with #AD1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1FCE; }
p { color: rgb(173,31,206); }
H1.HeaderClassName
{
color: #AD1FCE;
}
.AnyTagClassName
{
color: #AD1FCE;
}
</style>
background-color css
<style>
a { background-color: #AD1FCE; }
a { background-color: rgb(173,31,206); }
div.DivClassName
{
background-color: #AD1FCE;
}
.BgClassName
{
background-color: #AD1FCE;
}
</style>
border-color css
<style>
span { border-color: #AD1FCE; }
span { border-color: rgb(173,31,206); }
td.TdClassName
{
border-color: #AD1FCE;
}
.TagClassName
{
border-color: #AD1FCE;
}
</style>