Shades of Orchid #D886D5
Tints of Orchid #D886D5
RGB
CMYK
RGB Variations
Color information
#D886D5 (or 0xD886D5) is known color: Orchid. HEX triplet: D8, 86 and D5. RGB value is (216,134,213). Sum of RGB (Red+Green+Blue) = 216+134+213=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D886D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886D5 is #27792A. Grayscale: #A7A7A7. Windows color (decimal): -2586923 or 13993688. OLE color: 13993688.
HSL color Cylindrical-coordinate representation of color #D886D5: hue angle of 302.2º 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 #D886D5 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 213 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.15 |
| HSL | 302.2º | 0.51% | 0.69% | - |
| HSV(B) | 302.2º | 0.38% | 0.85% | - |
| XYZ | 48.85 | 36.45 | 67.41 | - |
| YUV | 167.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 213 | 0 | 0.38 | 0.01 | 0.15 | 302.2 | 0.51 | 0.69 |
| Hex | D8 | 86 | D5 | 0 | 26 | 1 | F | 12E | 33 | 45 |
| Octal | 330 | 206 | 325 | 0 | 46 | 1 | 17 | 456 | 63 | 105 |
| Binary | 11011000 | 10000110 | 11010101 | 0 | 100110 | 1 | 1111 | 100101110 | 110011 | 1000101 |
Color Harmonies of #D886D5
Complementary color
Monochromatic Colors of #D886D5
Black with #D886D5
Text Example
Text Example
White with #D886D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D886D5; }
p { color: rgb(216,134,213); }
H1.HeaderClassName
{
color: #D886D5;
}
.AnyTagClassName
{
color: #D886D5;
}
</style>
background-color css
<style>
a { background-color: #D886D5; }
a { background-color: rgb(216,134,213); }
div.DivClassName
{
background-color: #D886D5;
}
.BgClassName
{
background-color: #D886D5;
}
</style>
border-color css
<style>
span { border-color: #D886D5; }
span { border-color: rgb(216,134,213); }
td.TdClassName
{
border-color: #D886D5;
}
.TagClassName
{
border-color: #D886D5;
}
</style>