Shades of Orchid #D76FBE
Tints of Orchid #D76FBE
RGB
CMYK
RGB Variations
Color information
#D76FBE (or 0xD76FBE) is known color: Orchid. HEX triplet: D7, 6F and BE. RGB value is (215,111,190). Sum of RGB (Red+Green+Blue) = 215+111+190=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FBE is #289041. Grayscale: #969696. Windows color (decimal): -2658370 or 12480471. OLE color: 12480471.
HSL color Cylindrical-coordinate representation of color #D76FBE: hue angle of 314.42º 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 #D76FBE is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 190 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.16 |
| HSL | 314.42º | 0.57% | 0.64% | - |
| HSV(B) | 314.42º | 0.48% | 0.84% | - |
| XYZ | 43 | 29.53 | 52.15 | - |
| YUV | 151.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 190 | 0 | 0.48 | 0.12 | 0.16 | 314.42 | 0.57 | 0.64 |
| Hex | D7 | 6F | BE | 0 | 30 | C | 10 | 13A | 39 | 40 |
| Octal | 327 | 157 | 276 | 0 | 60 | 14 | 20 | 472 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10111110 | 0 | 110000 | 1100 | 10000 | 100111010 | 111001 | 1000000 |
Color Harmonies of #D76FBE
Complementary color
Monochromatic Colors of #D76FBE
Black with #D76FBE
Text Example
Text Example
White with #D76FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FBE; }
p { color: rgb(215,111,190); }
H1.HeaderClassName
{
color: #D76FBE;
}
.AnyTagClassName
{
color: #D76FBE;
}
</style>
background-color css
<style>
a { background-color: #D76FBE; }
a { background-color: rgb(215,111,190); }
div.DivClassName
{
background-color: #D76FBE;
}
.BgClassName
{
background-color: #D76FBE;
}
</style>
border-color css
<style>
span { border-color: #D76FBE; }
span { border-color: rgb(215,111,190); }
td.TdClassName
{
border-color: #D76FBE;
}
.TagClassName
{
border-color: #D76FBE;
}
</style>