Shades of Orchid #D886D4
Tints of Orchid #D886D4
RGB
CMYK
RGB Variations
Color information
#D886D4 (or 0xD886D4) is known color: Orchid. HEX triplet: D8, 86 and D4. RGB value is (216,134,212). Sum of RGB (Red+Green+Blue) = 216+134+212=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D886D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886D4 is #27792B. Grayscale: #A7A7A7. Windows color (decimal): -2586924 or 13928152. OLE color: 13928152.
HSL color Cylindrical-coordinate representation of color #D886D4: hue angle of 302.93º 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 #D886D4 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 212 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.15 |
| HSL | 302.93º | 0.51% | 0.69% | - |
| HSV(B) | 302.93º | 0.38% | 0.85% | - |
| XYZ | 48.73 | 36.4 | 66.75 | - |
| YUV | 167.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 212 | 0 | 0.38 | 0.02 | 0.15 | 302.93 | 0.51 | 0.69 |
| Hex | D8 | 86 | D4 | 0 | 26 | 2 | F | 12F | 33 | 45 |
| Octal | 330 | 206 | 324 | 0 | 46 | 2 | 17 | 457 | 63 | 105 |
| Binary | 11011000 | 10000110 | 11010100 | 0 | 100110 | 10 | 1111 | 100101111 | 110011 | 1000101 |
Color Harmonies of #D886D4
Complementary color
Monochromatic Colors of #D886D4
Black with #D886D4
Text Example
Text Example
White with #D886D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D886D4; }
p { color: rgb(216,134,212); }
H1.HeaderClassName
{
color: #D886D4;
}
.AnyTagClassName
{
color: #D886D4;
}
</style>
background-color css
<style>
a { background-color: #D886D4; }
a { background-color: rgb(216,134,212); }
div.DivClassName
{
background-color: #D886D4;
}
.BgClassName
{
background-color: #D886D4;
}
</style>
border-color css
<style>
span { border-color: #D886D4; }
span { border-color: rgb(216,134,212); }
td.TdClassName
{
border-color: #D886D4;
}
.TagClassName
{
border-color: #D886D4;
}
</style>