Shades of Orchid #D16DBF
Tints of Orchid #D16DBF
RGB
CMYK
RGB Variations
Color information
#D16DBF (or 0xD16DBF) is known color: Orchid. HEX triplet: D1, 6D and BF. RGB value is (209,109,191). Sum of RGB (Red+Green+Blue) = 209+109+191=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DBF is #2E9240. Grayscale: #949494. Windows color (decimal): -3052097 or 12545489. OLE color: 12545489.
HSL color Cylindrical-coordinate representation of color #D16DBF: hue angle of 310.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D16DBF is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 191 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.18 |
| HSL | 310.8º | 0.52% | 0.62% | - |
| HSV(B) | 310.8º | 0.48% | 0.82% | - |
| XYZ | 41.17 | 28.25 | 52.57 | - |
| YUV | 148.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 191 | 0 | 0.48 | 0.09 | 0.18 | 310.8 | 0.52 | 0.62 |
| Hex | D1 | 6D | BF | 0 | 30 | 9 | 12 | 137 | 34 | 3E |
| Octal | 321 | 155 | 277 | 0 | 60 | 11 | 22 | 467 | 64 | 76 |
| Binary | 11010001 | 1101101 | 10111111 | 0 | 110000 | 1001 | 10010 | 100110111 | 110100 | 111110 |
Color Harmonies of #D16DBF
Complementary color
Monochromatic Colors of #D16DBF
Black with #D16DBF
Text Example
Text Example
White with #D16DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DBF; }
p { color: rgb(209,109,191); }
H1.HeaderClassName
{
color: #D16DBF;
}
.AnyTagClassName
{
color: #D16DBF;
}
</style>
background-color css
<style>
a { background-color: #D16DBF; }
a { background-color: rgb(209,109,191); }
div.DivClassName
{
background-color: #D16DBF;
}
.BgClassName
{
background-color: #D16DBF;
}
</style>
border-color css
<style>
span { border-color: #D16DBF; }
span { border-color: rgb(209,109,191); }
td.TdClassName
{
border-color: #D16DBF;
}
.TagClassName
{
border-color: #D16DBF;
}
</style>