Shades of Orchid #D76FB8
Tints of Orchid #D76FB8
RGB
CMYK
RGB Variations
Color information
#D76FB8 (or 0xD76FB8) is known color: Orchid. HEX triplet: D7, 6F and B8. RGB value is (215,111,184). Sum of RGB (Red+Green+Blue) = 215+111+184=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 111 (43.75% from 255 or 21.76% from 510); Blue value is 184 (72.27% from 255 or 36.08% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FB8 is #289047. Grayscale: #969696. Windows color (decimal): -2658376 or 12087255. OLE color: 12087255.
HSL color Cylindrical-coordinate representation of color #D76FB8: hue angle of 317.88º 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 #D76FB8 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 184 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.16 |
| HSL | 317.88º | 0.57% | 0.64% | - |
| HSV(B) | 317.88º | 0.48% | 0.84% | - |
| XYZ | 42.36 | 29.28 | 48.77 | - |
| YUV | 150.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 184 | 0 | 0.48 | 0.14 | 0.16 | 317.88 | 0.57 | 0.64 |
| Hex | D7 | 6F | B8 | 0 | 30 | E | 10 | 13E | 39 | 40 |
| Octal | 327 | 157 | 270 | 0 | 60 | 16 | 20 | 476 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10111000 | 0 | 110000 | 1110 | 10000 | 100111110 | 111001 | 1000000 |
Color Harmonies of #D76FB8
Complementary color
Monochromatic Colors of #D76FB8
Black with #D76FB8
Text Example
Text Example
White with #D76FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FB8; }
p { color: rgb(215,111,184); }
H1.HeaderClassName
{
color: #D76FB8;
}
.AnyTagClassName
{
color: #D76FB8;
}
</style>
background-color css
<style>
a { background-color: #D76FB8; }
a { background-color: rgb(215,111,184); }
div.DivClassName
{
background-color: #D76FB8;
}
.BgClassName
{
background-color: #D76FB8;
}
</style>
border-color css
<style>
span { border-color: #D76FB8; }
span { border-color: rgb(215,111,184); }
td.TdClassName
{
border-color: #D76FB8;
}
.TagClassName
{
border-color: #D76FB8;
}
</style>