Shades of Orchid #D87BBE
Tints of Orchid #D87BBE
RGB
CMYK
RGB Variations
Color information
#D87BBE (or 0xD87BBE) is known color: Orchid. HEX triplet: D8, 7B and BE. RGB value is (216,123,190). Sum of RGB (Red+Green+Blue) = 216+123+190=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D87BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BBE is #278441. Grayscale: #9E9E9E. Windows color (decimal): -2589762 or 12483544. OLE color: 12483544.
HSL color Cylindrical-coordinate representation of color #D87BBE: hue angle of 316.77º 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 #D87BBE is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 123 | 190 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.15 |
| HSL | 316.77º | 0.54% | 0.66% | - |
| HSV(B) | 316.77º | 0.43% | 0.85% | - |
| XYZ | 44.7 | 32.48 | 52.63 | - |
| YUV | 158.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 123 | 190 | 0 | 0.43 | 0.12 | 0.15 | 316.77 | 0.54 | 0.66 |
| Hex | D8 | 7B | BE | 0 | 2B | C | F | 13D | 36 | 42 |
| Octal | 330 | 173 | 276 | 0 | 53 | 14 | 17 | 475 | 66 | 102 |
| Binary | 11011000 | 1111011 | 10111110 | 0 | 101011 | 1100 | 1111 | 100111101 | 110110 | 1000010 |
Color Harmonies of #D87BBE
Complementary color
Monochromatic Colors of #D87BBE
Black with #D87BBE
Text Example
Text Example
White with #D87BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87BBE; }
p { color: rgb(216,123,190); }
H1.HeaderClassName
{
color: #D87BBE;
}
.AnyTagClassName
{
color: #D87BBE;
}
</style>
background-color css
<style>
a { background-color: #D87BBE; }
a { background-color: rgb(216,123,190); }
div.DivClassName
{
background-color: #D87BBE;
}
.BgClassName
{
background-color: #D87BBE;
}
</style>
border-color css
<style>
span { border-color: #D87BBE; }
span { border-color: rgb(216,123,190); }
td.TdClassName
{
border-color: #D87BBE;
}
.TagClassName
{
border-color: #D87BBE;
}
</style>