Shades of Orchid #D76FBC
Tints of Orchid #D76FBC
RGB
CMYK
RGB Variations
Color information
#D76FBC (or 0xD76FBC) is known color: Orchid. HEX triplet: D7, 6F and BC. RGB value is (215,111,188). Sum of RGB (Red+Green+Blue) = 215+111+188=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FBC is #289043. Grayscale: #969696. Windows color (decimal): -2658372 or 12349399. OLE color: 12349399.
HSL color Cylindrical-coordinate representation of color #D76FBC: hue angle of 315.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FBC is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 188 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.16 |
| HSL | 315.58º | 0.57% | 0.64% | - |
| HSV(B) | 315.58º | 0.48% | 0.84% | - |
| XYZ | 42.79 | 29.45 | 51.01 | - |
| YUV | 150.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 188 | 0 | 0.48 | 0.13 | 0.16 | 315.58 | 0.57 | 0.64 |
| Hex | D7 | 6F | BC | 0 | 30 | D | 10 | 13C | 39 | 40 |
| Octal | 327 | 157 | 274 | 0 | 60 | 15 | 20 | 474 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10111100 | 0 | 110000 | 1101 | 10000 | 100111100 | 111001 | 1000000 |
Color Harmonies of #D76FBC
Complementary color
Monochromatic Colors of #D76FBC
Black with #D76FBC
Text Example
Text Example
White with #D76FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FBC; }
p { color: rgb(215,111,188); }
H1.HeaderClassName
{
color: #D76FBC;
}
.AnyTagClassName
{
color: #D76FBC;
}
</style>
background-color css
<style>
a { background-color: #D76FBC; }
a { background-color: rgb(215,111,188); }
div.DivClassName
{
background-color: #D76FBC;
}
.BgClassName
{
background-color: #D76FBC;
}
</style>
border-color css
<style>
span { border-color: #D76FBC; }
span { border-color: rgb(215,111,188); }
td.TdClassName
{
border-color: #D76FBC;
}
.TagClassName
{
border-color: #D76FBC;
}
</style>