Shades of Orchid #D877BD
Tints of Orchid #D877BD
RGB
CMYK
RGB Variations
Color information
#D877BD (or 0xD877BD) is known color: Orchid. HEX triplet: D8, 77 and BD. RGB value is (216,119,189). Sum of RGB (Red+Green+Blue) = 216+119+189=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D877BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D877BD is #278842. Grayscale: #9B9B9B. Windows color (decimal): -2590787 or 12416984. OLE color: 12416984.
HSL color Cylindrical-coordinate representation of color #D877BD: hue angle of 316.7º 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 #D877BD is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 189 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.15 |
| HSL | 316.7º | 0.55% | 0.66% | - |
| HSV(B) | 316.7º | 0.45% | 0.85% | - |
| XYZ | 44.1 | 31.47 | 51.89 | - |
| YUV | 155.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 189 | 0 | 0.45 | 0.12 | 0.15 | 316.7 | 0.55 | 0.66 |
| Hex | D8 | 77 | BD | 0 | 2D | C | F | 13D | 37 | 42 |
| Octal | 330 | 167 | 275 | 0 | 55 | 14 | 17 | 475 | 67 | 102 |
| Binary | 11011000 | 1110111 | 10111101 | 0 | 101101 | 1100 | 1111 | 100111101 | 110111 | 1000010 |
Color Harmonies of #D877BD
Complementary color
Monochromatic Colors of #D877BD
Black with #D877BD
Text Example
Text Example
White with #D877BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D877BD; }
p { color: rgb(216,119,189); }
H1.HeaderClassName
{
color: #D877BD;
}
.AnyTagClassName
{
color: #D877BD;
}
</style>
background-color css
<style>
a { background-color: #D877BD; }
a { background-color: rgb(216,119,189); }
div.DivClassName
{
background-color: #D877BD;
}
.BgClassName
{
background-color: #D877BD;
}
</style>
border-color css
<style>
span { border-color: #D877BD; }
span { border-color: rgb(216,119,189); }
td.TdClassName
{
border-color: #D877BD;
}
.TagClassName
{
border-color: #D877BD;
}
</style>