Shades of Orchid #D776BB
Tints of Orchid #D776BB
RGB
CMYK
RGB Variations
Color information
#D776BB (or 0xD776BB) is known color: Orchid. HEX triplet: D7, 76 and BB. RGB value is (215,118,187). Sum of RGB (Red+Green+Blue) = 215+118+187=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D776BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776BB is #288944. Grayscale: #9A9A9A. Windows color (decimal): -2656581 or 12285655. OLE color: 12285655.
HSL color Cylindrical-coordinate representation of color #D776BB: hue angle of 317.32º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D776BB is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 187 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.16 |
| HSL | 317.32º | 0.55% | 0.65% | - |
| HSV(B) | 317.32º | 0.45% | 0.84% | - |
| XYZ | 43.47 | 30.99 | 50.7 | - |
| YUV | 154.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 187 | 0 | 0.45 | 0.13 | 0.16 | 317.32 | 0.55 | 0.65 |
| Hex | D7 | 76 | BB | 0 | 2D | D | 10 | 13D | 37 | 41 |
| Octal | 327 | 166 | 273 | 0 | 55 | 15 | 20 | 475 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10111011 | 0 | 101101 | 1101 | 10000 | 100111101 | 110111 | 1000001 |
Color Harmonies of #D776BB
Complementary color
Monochromatic Colors of #D776BB
Black with #D776BB
Text Example
Text Example
White with #D776BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776BB; }
p { color: rgb(215,118,187); }
H1.HeaderClassName
{
color: #D776BB;
}
.AnyTagClassName
{
color: #D776BB;
}
</style>
background-color css
<style>
a { background-color: #D776BB; }
a { background-color: rgb(215,118,187); }
div.DivClassName
{
background-color: #D776BB;
}
.BgClassName
{
background-color: #D776BB;
}
</style>
border-color css
<style>
span { border-color: #D776BB; }
span { border-color: rgb(215,118,187); }
td.TdClassName
{
border-color: #D776BB;
}
.TagClassName
{
border-color: #D776BB;
}
</style>