Shades of Orchid #D871D0
Tints of Orchid #D871D0
RGB
CMYK
RGB Variations
Color information
#D871D0 (or 0xD871D0) is known color: Orchid. HEX triplet: D8, 71 and D0. RGB value is (216,113,208). Sum of RGB (Red+Green+Blue) = 216+113+208=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D871D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D871D0 is #278E2F. Grayscale: #9A9A9A. Windows color (decimal): -2592304 or 13660632. OLE color: 13660632.
HSL color Cylindrical-coordinate representation of color #D871D0: hue angle of 304.66º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D871D0 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 208 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.15 |
| HSL | 304.66º | 0.57% | 0.65% | - |
| HSV(B) | 304.66º | 0.48% | 0.85% | - |
| XYZ | 45.61 | 30.96 | 63.25 | - |
| YUV | 154.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 208 | 0 | 0.48 | 0.04 | 0.15 | 304.66 | 0.57 | 0.65 |
| Hex | D8 | 71 | D0 | 0 | 30 | 4 | F | 131 | 39 | 41 |
| Octal | 330 | 161 | 320 | 0 | 60 | 4 | 17 | 461 | 71 | 101 |
| Binary | 11011000 | 1110001 | 11010000 | 0 | 110000 | 100 | 1111 | 100110001 | 111001 | 1000001 |
Color Harmonies of #D871D0
Complementary color
Monochromatic Colors of #D871D0
Black with #D871D0
Text Example
Text Example
White with #D871D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D871D0; }
p { color: rgb(216,113,208); }
H1.HeaderClassName
{
color: #D871D0;
}
.AnyTagClassName
{
color: #D871D0;
}
</style>
background-color css
<style>
a { background-color: #D871D0; }
a { background-color: rgb(216,113,208); }
div.DivClassName
{
background-color: #D871D0;
}
.BgClassName
{
background-color: #D871D0;
}
</style>
border-color css
<style>
span { border-color: #D871D0; }
span { border-color: rgb(216,113,208); }
td.TdClassName
{
border-color: #D871D0;
}
.TagClassName
{
border-color: #D871D0;
}
</style>