Shades of Orchid #D87BC6
Tints of Orchid #D87BC6
RGB
CMYK
RGB Variations
Color information
#D87BC6 (or 0xD87BC6) is known color: Orchid. HEX triplet: D8, 7B and C6. RGB value is (216,123,198). Sum of RGB (Red+Green+Blue) = 216+123+198=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BC6 is #278439. Grayscale: #9F9F9F. Windows color (decimal): -2589754 or 13007832. OLE color: 13007832.
HSL color Cylindrical-coordinate representation of color #D87BC6: hue angle of 311.61º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87BC6 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 198 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.15 |
| HSL | 311.61º | 0.54% | 0.66% | - |
| HSV(B) | 311.61º | 0.43% | 0.85% | - |
| XYZ | 45.59 | 32.84 | 57.36 | - |
| YUV | 159.36 | 149.81 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 198 | 0 | 0.43 | 0.08 | 0.15 | 311.61 | 0.54 | 0.66 |
| Hex | D8 | 7B | C6 | 0 | 2B | 8 | F | 138 | 36 | 42 |
| Octal | 330 | 173 | 306 | 0 | 53 | 10 | 17 | 470 | 66 | 102 |
| Binary | 11011000 | 1111011 | 11000110 | 0 | 101011 | 1000 | 1111 | 100111000 | 110110 | 1000010 |
Color Harmonies of #D87BC6
Complementary color
Monochromatic Colors of #D87BC6
Black with #D87BC6
Text Example
Text Example
White with #D87BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BC6; }
p { color: rgb(216,123,198); }
H1.HeaderClassName
{
color: #D87BC6;
}
.AnyTagClassName
{
color: #D87BC6;
}
</style>
background-color css
<style>
a { background-color: #D87BC6; }
a { background-color: rgb(216,123,198); }
div.DivClassName
{
background-color: #D87BC6;
}
.BgClassName
{
background-color: #D87BC6;
}
</style>
border-color css
<style>
span { border-color: #D87BC6; }
span { border-color: rgb(216,123,198); }
td.TdClassName
{
border-color: #D87BC6;
}
.TagClassName
{
border-color: #D87BC6;
}
</style>