Shades of Orchid #D16DB8
Tints of Orchid #D16DB8
RGB
CMYK
RGB Variations
Color information
#D16DB8 (or 0xD16DB8) is known color: Orchid. HEX triplet: D1, 6D and B8. RGB value is (209,109,184). Sum of RGB (Red+Green+Blue) = 209+109+184=502 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.63% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 209 - color contains mainly: red. Hex color #D16DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D16DB8 is #2E9247. Grayscale: #939393. Windows color (decimal): -3052104 or 12086737. OLE color: 12086737.
HSL color Cylindrical-coordinate representation of color #D16DB8: hue angle of 315º 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 #D16DB8 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 109 | 184 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.18 |
| HSL | 315º | 0.52% | 0.62% | - |
| HSV(B) | 315º | 0.48% | 0.82% | - |
| XYZ | 40.41 | 27.95 | 48.61 | - |
| YUV | 147.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 109 | 184 | 0 | 0.48 | 0.12 | 0.18 | 315 | 0.52 | 0.62 |
| Hex | D1 | 6D | B8 | 0 | 30 | C | 12 | 13B | 34 | 3E |
| Octal | 321 | 155 | 270 | 0 | 60 | 14 | 22 | 473 | 64 | 76 |
| Binary | 11010001 | 1101101 | 10111000 | 0 | 110000 | 1100 | 10010 | 100111011 | 110100 | 111110 |
Color Harmonies of #D16DB8
Complementary color
Monochromatic Colors of #D16DB8
Black with #D16DB8
Text Example
Text Example
White with #D16DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16DB8; }
p { color: rgb(209,109,184); }
H1.HeaderClassName
{
color: #D16DB8;
}
.AnyTagClassName
{
color: #D16DB8;
}
</style>
background-color css
<style>
a { background-color: #D16DB8; }
a { background-color: rgb(209,109,184); }
div.DivClassName
{
background-color: #D16DB8;
}
.BgClassName
{
background-color: #D16DB8;
}
</style>
border-color css
<style>
span { border-color: #D16DB8; }
span { border-color: rgb(209,109,184); }
td.TdClassName
{
border-color: #D16DB8;
}
.TagClassName
{
border-color: #D16DB8;
}
</style>