Shades of Orchid #D76FB7
Tints of Orchid #D76FB7
RGB
CMYK
RGB Variations
Color information
#D76FB7 (or 0xD76FB7) is known color: Orchid. HEX triplet: D7, 6F and B7. RGB value is (215,111,183). Sum of RGB (Red+Green+Blue) = 215+111+183=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FB7 is #289048. Grayscale: #969696. Windows color (decimal): -2658377 or 12021719. OLE color: 12021719.
HSL color Cylindrical-coordinate representation of color #D76FB7: hue angle of 318.46º 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 #D76FB7 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 183 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.16 |
| HSL | 318.46º | 0.57% | 0.64% | - |
| HSV(B) | 318.46º | 0.48% | 0.84% | - |
| XYZ | 42.26 | 29.23 | 48.22 | - |
| YUV | 150.3 | 146.46 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 183 | 0 | 0.48 | 0.15 | 0.16 | 318.46 | 0.57 | 0.64 |
| Hex | D7 | 6F | B7 | 0 | 30 | F | 10 | 13E | 39 | 40 |
| Octal | 327 | 157 | 267 | 0 | 60 | 17 | 20 | 476 | 71 | 100 |
| Binary | 11010111 | 1101111 | 10110111 | 0 | 110000 | 1111 | 10000 | 100111110 | 111001 | 1000000 |
Color Harmonies of #D76FB7
Complementary color
Monochromatic Colors of #D76FB7
Black with #D76FB7
Text Example
Text Example
White with #D76FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76FB7; }
p { color: rgb(215,111,183); }
H1.HeaderClassName
{
color: #D76FB7;
}
.AnyTagClassName
{
color: #D76FB7;
}
</style>
background-color css
<style>
a { background-color: #D76FB7; }
a { background-color: rgb(215,111,183); }
div.DivClassName
{
background-color: #D76FB7;
}
.BgClassName
{
background-color: #D76FB7;
}
</style>
border-color css
<style>
span { border-color: #D76FB7; }
span { border-color: rgb(215,111,183); }
td.TdClassName
{
border-color: #D76FB7;
}
.TagClassName
{
border-color: #D76FB7;
}
</style>