Shades of Orchid #D16AE6
Tints of Orchid #D16AE6
RGB
CMYK
RGB Variations
Color information
#D16AE6 (or 0xD16AE6) is known color: Orchid. HEX triplet: D1, 6A and E6. RGB value is (209,106,230). Sum of RGB (Red+Green+Blue) = 209+106+230=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #D16AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AE6 is #2E9519. Grayscale: #969696. Windows color (decimal): -3052826 or 15100625. OLE color: 15100625.
HSL color Cylindrical-coordinate representation of color #D16AE6: hue angle of 289.84º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D16AE6 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 106 | 230 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.10 |
| HSL | 289.84º | 0.71% | 0.66% | - |
| HSV(B) | 289.84º | 0.54% | 0.9% | - |
| XYZ | 45.73 | 29.58 | 78.16 | - |
| YUV | 150.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 230 | 0.09 | 0.54 | 0 | 0.10 | 289.84 | 0.71 | 0.66 |
| Hex | D1 | 6A | E6 | 9 | 36 | 0 | A | 122 | 47 | 42 |
| Octal | 321 | 152 | 346 | 11 | 66 | 0 | 12 | 442 | 107 | 102 |
| Binary | 11010001 | 1101010 | 11100110 | 1001 | 110110 | 0 | 1010 | 100100010 | 1000111 | 1000010 |
Color Harmonies of #D16AE6
Complementary color
Monochromatic Colors of #D16AE6
Black with #D16AE6
Text Example
Text Example
White with #D16AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AE6; }
p { color: rgb(209,106,230); }
H1.HeaderClassName
{
color: #D16AE6;
}
.AnyTagClassName
{
color: #D16AE6;
}
</style>
background-color css
<style>
a { background-color: #D16AE6; }
a { background-color: rgb(209,106,230); }
div.DivClassName
{
background-color: #D16AE6;
}
.BgClassName
{
background-color: #D16AE6;
}
</style>
border-color css
<style>
span { border-color: #D16AE6; }
span { border-color: rgb(209,106,230); }
td.TdClassName
{
border-color: #D16AE6;
}
.TagClassName
{
border-color: #D16AE6;
}
</style>