Shades of Orchid #D16FBD
Tints of Orchid #D16FBD
RGB
CMYK
RGB Variations
Color information
#D16FBD (or 0xD16FBD) is known color: Orchid. HEX triplet: D1, 6F and BD. RGB value is (209,111,189). Sum of RGB (Red+Green+Blue) = 209+111+189=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D16FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16FBD is #2E9042. Grayscale: #949494. Windows color (decimal): -3051587 or 12414929. OLE color: 12414929.
HSL color Cylindrical-coordinate representation of color #D16FBD: hue angle of 312.24º 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 #D16FBD is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 111 | 189 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.18 |
| HSL | 312.24º | 0.52% | 0.63% | - |
| HSV(B) | 312.24º | 0.47% | 0.82% | - |
| XYZ | 41.16 | 28.6 | 51.49 | - |
| YUV | 149.19 | 150.47 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 189 | 0 | 0.47 | 0.10 | 0.18 | 312.24 | 0.52 | 0.63 |
| Hex | D1 | 6F | BD | 0 | 2F | A | 12 | 138 | 34 | 3F |
| Octal | 321 | 157 | 275 | 0 | 57 | 12 | 22 | 470 | 64 | 77 |
| Binary | 11010001 | 1101111 | 10111101 | 0 | 101111 | 1010 | 10010 | 100111000 | 110100 | 111111 |
Color Harmonies of #D16FBD
Complementary color
Monochromatic Colors of #D16FBD
Black with #D16FBD
Text Example
Text Example
White with #D16FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FBD; }
p { color: rgb(209,111,189); }
H1.HeaderClassName
{
color: #D16FBD;
}
.AnyTagClassName
{
color: #D16FBD;
}
</style>
background-color css
<style>
a { background-color: #D16FBD; }
a { background-color: rgb(209,111,189); }
div.DivClassName
{
background-color: #D16FBD;
}
.BgClassName
{
background-color: #D16FBD;
}
</style>
border-color css
<style>
span { border-color: #D16FBD; }
span { border-color: rgb(209,111,189); }
td.TdClassName
{
border-color: #D16FBD;
}
.TagClassName
{
border-color: #D16FBD;
}
</style>