Shades of Orchid #D877BE
Tints of Orchid #D877BE
RGB
CMYK
RGB Variations
Color information
#D877BE (or 0xD877BE) is known color: Orchid. HEX triplet: D8, 77 and BE. RGB value is (216,119,190). Sum of RGB (Red+Green+Blue) = 216+119+190=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D877BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877BE is #278841. Grayscale: #9B9B9B. Windows color (decimal): -2590786 or 12482520. OLE color: 12482520.
HSL color Cylindrical-coordinate representation of color #D877BE: hue angle of 316.08º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D877BE is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 190 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.15 |
| HSL | 316.08º | 0.55% | 0.66% | - |
| HSV(B) | 316.08º | 0.45% | 0.85% | - |
| XYZ | 44.21 | 31.51 | 52.47 | - |
| YUV | 156.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 190 | 0 | 0.45 | 0.12 | 0.15 | 316.08 | 0.55 | 0.66 |
| Hex | D8 | 77 | BE | 0 | 2D | C | F | 13C | 37 | 42 |
| Octal | 330 | 167 | 276 | 0 | 55 | 14 | 17 | 474 | 67 | 102 |
| Binary | 11011000 | 1110111 | 10111110 | 0 | 101101 | 1100 | 1111 | 100111100 | 110111 | 1000010 |
Color Harmonies of #D877BE
Complementary color
Monochromatic Colors of #D877BE
Black with #D877BE
Text Example
Text Example
White with #D877BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D877BE; }
p { color: rgb(216,119,190); }
H1.HeaderClassName
{
color: #D877BE;
}
.AnyTagClassName
{
color: #D877BE;
}
</style>
background-color css
<style>
a { background-color: #D877BE; }
a { background-color: rgb(216,119,190); }
div.DivClassName
{
background-color: #D877BE;
}
.BgClassName
{
background-color: #D877BE;
}
</style>
border-color css
<style>
span { border-color: #D877BE; }
span { border-color: rgb(216,119,190); }
td.TdClassName
{
border-color: #D877BE;
}
.TagClassName
{
border-color: #D877BE;
}
</style>