Shades of Orchid #D76FBF
Tints of Orchid #D76FBF
RGB
CMYK
RGB Variations
Color information
#D76FBF (or 0xD76FBF) is known color: Orchid. HEX triplet: D7, 6F and BF. RGB value is (215,111,191). Sum of RGB (Red+Green+Blue) = 215+111+191=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FBF is #289040. Grayscale: #979797. Windows color (decimal): -2658369 or 12546007. OLE color: 12546007.
HSL color Cylindrical-coordinate representation of color #D76FBF: hue angle of 313.85º 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 #D76FBF is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 191 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.16 |
| HSL | 313.85º | 0.57% | 0.64% | - |
| HSV(B) | 313.85º | 0.48% | 0.84% | - |
| XYZ | 43.11 | 29.58 | 52.73 | - |
| YUV | 151.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 191 | 0 | 0.48 | 0.11 | 0.16 | 313.85 | 0.57 | 0.64 |
| Hex | D7 | 6F | BF | 0 | 30 | B | 10 | 13A | 39 | 40 |
| Octal | 327 | 157 | 277 | 0 | 60 | 13 | 20 | 472 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10111111 | 0 | 110000 | 1011 | 10000 | 100111010 | 111001 | 1000000 |
Color Harmonies of #D76FBF
Complementary color
Monochromatic Colors of #D76FBF
Black with #D76FBF
Text Example
Text Example
White with #D76FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FBF; }
p { color: rgb(215,111,191); }
H1.HeaderClassName
{
color: #D76FBF;
}
.AnyTagClassName
{
color: #D76FBF;
}
</style>
background-color css
<style>
a { background-color: #D76FBF; }
a { background-color: rgb(215,111,191); }
div.DivClassName
{
background-color: #D76FBF;
}
.BgClassName
{
background-color: #D76FBF;
}
</style>
border-color css
<style>
span { border-color: #D76FBF; }
span { border-color: rgb(215,111,191); }
td.TdClassName
{
border-color: #D76FBF;
}
.TagClassName
{
border-color: #D76FBF;
}
</style>