Shades of Orchid #D16EB4
Tints of Orchid #D16EB4
RGB
CMYK
RGB Variations
Color information
#D16EB4 (or 0xD16EB4) is known color: Orchid. HEX triplet: D1, 6E and B4. RGB value is (209,110,180). Sum of RGB (Red+Green+Blue) = 209+110+180=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D16EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16EB4 is #2E914B. Grayscale: #939393. Windows color (decimal): -3051852 or 11824849. OLE color: 11824849.
HSL color Cylindrical-coordinate representation of color #D16EB4: hue angle of 317.58º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16EB4 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 110 | 180 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.18 |
| HSL | 317.58º | 0.52% | 0.63% | - |
| HSV(B) | 317.58º | 0.47% | 0.82% | - |
| XYZ | 40.11 | 28 | 46.47 | - |
| YUV | 147.58 | 146.3 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 110 | 180 | 0 | 0.47 | 0.14 | 0.18 | 317.58 | 0.52 | 0.63 |
| Hex | D1 | 6E | B4 | 0 | 2F | E | 12 | 13E | 34 | 3F |
| Octal | 321 | 156 | 264 | 0 | 57 | 16 | 22 | 476 | 64 | 77 |
| Binary | 11010001 | 1101110 | 10110100 | 0 | 101111 | 1110 | 10010 | 100111110 | 110100 | 111111 |
Color Harmonies of #D16EB4
Complementary color
Monochromatic Colors of #D16EB4
Black with #D16EB4
Text Example
Text Example
White with #D16EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16EB4; }
p { color: rgb(209,110,180); }
H1.HeaderClassName
{
color: #D16EB4;
}
.AnyTagClassName
{
color: #D16EB4;
}
</style>
background-color css
<style>
a { background-color: #D16EB4; }
a { background-color: rgb(209,110,180); }
div.DivClassName
{
background-color: #D16EB4;
}
.BgClassName
{
background-color: #D16EB4;
}
</style>
border-color css
<style>
span { border-color: #D16EB4; }
span { border-color: rgb(209,110,180); }
td.TdClassName
{
border-color: #D16EB4;
}
.TagClassName
{
border-color: #D16EB4;
}
</style>