Shades of Orchid #D16AE5
Tints of Orchid #D16AE5
RGB
CMYK
RGB Variations
Color information
#D16AE5 (or 0xD16AE5) is known color: Orchid. HEX triplet: D1, 6A and E5. RGB value is (209,106,229). Sum of RGB (Red+Green+Blue) = 209+106+229=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #D16AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16AE5 is #2E951A. Grayscale: #969696. Windows color (decimal): -3052827 or 15035089. OLE color: 15035089.
HSL color Cylindrical-coordinate representation of color #D16AE5: hue angle of 290.24º degrees, saturation: 0.7, 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 #D16AE5 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 106 | 229 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.10 |
| HSL | 290.24º | 0.7% | 0.66% | - |
| HSV(B) | 290.24º | 0.54% | 0.9% | - |
| XYZ | 45.59 | 29.52 | 77.42 | - |
| YUV | 150.82 | 172.12 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 229 | 0.09 | 0.54 | 0 | 0.10 | 290.24 | 0.7 | 0.66 |
| Hex | D1 | 6A | E5 | 9 | 36 | 0 | A | 122 | 46 | 42 |
| Octal | 321 | 152 | 345 | 11 | 66 | 0 | 12 | 442 | 106 | 102 |
| Binary | 11010001 | 1101010 | 11100101 | 1001 | 110110 | 0 | 1010 | 100100010 | 1000110 | 1000010 |
Color Harmonies of #D16AE5
Complementary color
Monochromatic Colors of #D16AE5
Black with #D16AE5
Text Example
Text Example
White with #D16AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AE5; }
p { color: rgb(209,106,229); }
H1.HeaderClassName
{
color: #D16AE5;
}
.AnyTagClassName
{
color: #D16AE5;
}
</style>
background-color css
<style>
a { background-color: #D16AE5; }
a { background-color: rgb(209,106,229); }
div.DivClassName
{
background-color: #D16AE5;
}
.BgClassName
{
background-color: #D16AE5;
}
</style>
border-color css
<style>
span { border-color: #D16AE5; }
span { border-color: rgb(209,106,229); }
td.TdClassName
{
border-color: #D16AE5;
}
.TagClassName
{
border-color: #D16AE5;
}
</style>