Shades of Orchid #D886D0
Tints of Orchid #D886D0
RGB
CMYK
RGB Variations
Color information
#D886D0 (or 0xD886D0) is known color: Orchid. HEX triplet: D8, 86 and D0. RGB value is (216,134,208). Sum of RGB (Red+Green+Blue) = 216+134+208=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D886D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886D0 is #27792F. Grayscale: #A6A6A6. Windows color (decimal): -2586928 or 13666008. OLE color: 13666008.
HSL color Cylindrical-coordinate representation of color #D886D0: hue angle of 305.85º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D886D0 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 208 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.15 |
| HSL | 305.85º | 0.51% | 0.69% | - |
| HSV(B) | 305.85º | 0.38% | 0.85% | - |
| XYZ | 48.23 | 36.2 | 64.12 | - |
| YUV | 166.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 208 | 0 | 0.38 | 0.04 | 0.15 | 305.85 | 0.51 | 0.69 |
| Hex | D8 | 86 | D0 | 0 | 26 | 4 | F | 132 | 33 | 45 |
| Octal | 330 | 206 | 320 | 0 | 46 | 4 | 17 | 462 | 63 | 105 |
| Binary | 11011000 | 10000110 | 11010000 | 0 | 100110 | 100 | 1111 | 100110010 | 110011 | 1000101 |
Color Harmonies of #D886D0
Complementary color
Monochromatic Colors of #D886D0
Black with #D886D0
Text Example
Text Example
White with #D886D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D886D0; }
p { color: rgb(216,134,208); }
H1.HeaderClassName
{
color: #D886D0;
}
.AnyTagClassName
{
color: #D886D0;
}
</style>
background-color css
<style>
a { background-color: #D886D0; }
a { background-color: rgb(216,134,208); }
div.DivClassName
{
background-color: #D886D0;
}
.BgClassName
{
background-color: #D886D0;
}
</style>
border-color css
<style>
span { border-color: #D886D0; }
span { border-color: rgb(216,134,208); }
td.TdClassName
{
border-color: #D886D0;
}
.TagClassName
{
border-color: #D886D0;
}
</style>