Shades of Orchid #D876BE
Tints of Orchid #D876BE
RGB
CMYK
RGB Variations
Color information
#D876BE (or 0xD876BE) is known color: Orchid. HEX triplet: D8, 76 and BE. RGB value is (216,118,190). Sum of RGB (Red+Green+Blue) = 216+118+190=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D876BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D876BE is #278941. Grayscale: #9B9B9B. Windows color (decimal): -2591042 or 12482264. OLE color: 12482264.
HSL color Cylindrical-coordinate representation of color #D876BE: hue angle of 315.92º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D876BE is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 190 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.15 |
| HSL | 315.92º | 0.56% | 0.65% | - |
| HSV(B) | 315.92º | 0.45% | 0.85% | - |
| XYZ | 44.09 | 31.27 | 52.43 | - |
| YUV | 155.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 190 | 0 | 0.45 | 0.12 | 0.15 | 315.92 | 0.56 | 0.65 |
| Hex | D8 | 76 | BE | 0 | 2D | C | F | 13C | 38 | 41 |
| Octal | 330 | 166 | 276 | 0 | 55 | 14 | 17 | 474 | 70 | 101 |
| Binary | 11011000 | 1110110 | 10111110 | 0 | 101101 | 1100 | 1111 | 100111100 | 111000 | 1000001 |
Color Harmonies of #D876BE
Complementary color
Monochromatic Colors of #D876BE
Black with #D876BE
Text Example
Text Example
White with #D876BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D876BE; }
p { color: rgb(216,118,190); }
H1.HeaderClassName
{
color: #D876BE;
}
.AnyTagClassName
{
color: #D876BE;
}
</style>
background-color css
<style>
a { background-color: #D876BE; }
a { background-color: rgb(216,118,190); }
div.DivClassName
{
background-color: #D876BE;
}
.BgClassName
{
background-color: #D876BE;
}
</style>
border-color css
<style>
span { border-color: #D876BE; }
span { border-color: rgb(216,118,190); }
td.TdClassName
{
border-color: #D876BE;
}
.TagClassName
{
border-color: #D876BE;
}
</style>