Shades of Orchid #D16FB5
Tints of Orchid #D16FB5
RGB
CMYK
RGB Variations
Color information
#D16FB5 (or 0xD16FB5) is known color: Orchid. HEX triplet: D1, 6F and B5. RGB value is (209,111,181). Sum of RGB (Red+Green+Blue) = 209+111+181=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FB5 is #2E904A. Grayscale: #949494. Windows color (decimal): -3051595 or 11890641. OLE color: 11890641.
HSL color Cylindrical-coordinate representation of color #D16FB5: hue angle of 317.14º 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 #D16FB5 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 181 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.18 |
| HSL | 317.14º | 0.52% | 0.63% | - |
| HSV(B) | 317.14º | 0.47% | 0.82% | - |
| XYZ | 40.32 | 28.26 | 47.05 | - |
| YUV | 148.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 181 | 0 | 0.47 | 0.13 | 0.18 | 317.14 | 0.52 | 0.63 |
| Hex | D1 | 6F | B5 | 0 | 2F | D | 12 | 13D | 34 | 3F |
| Octal | 321 | 157 | 265 | 0 | 57 | 15 | 22 | 475 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10110101 | 0 | 101111 | 1101 | 10010 | 100111101 | 110100 | 111111 |
Color Harmonies of #D16FB5
Complementary color
Monochromatic Colors of #D16FB5
Black with #D16FB5
Text Example
Text Example
White with #D16FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FB5; }
p { color: rgb(209,111,181); }
H1.HeaderClassName
{
color: #D16FB5;
}
.AnyTagClassName
{
color: #D16FB5;
}
</style>
background-color css
<style>
a { background-color: #D16FB5; }
a { background-color: rgb(209,111,181); }
div.DivClassName
{
background-color: #D16FB5;
}
.BgClassName
{
background-color: #D16FB5;
}
</style>
border-color css
<style>
span { border-color: #D16FB5; }
span { border-color: rgb(209,111,181); }
td.TdClassName
{
border-color: #D16FB5;
}
.TagClassName
{
border-color: #D16FB5;
}
</style>