Shades of Orchid #D77DBF
Tints of Orchid #D77DBF
RGB
CMYK
RGB Variations
Color information
#D77DBF (or 0xD77DBF) is known color: Orchid. HEX triplet: D7, 7D and BF. RGB value is (215,125,191). Sum of RGB (Red+Green+Blue) = 215+125+191=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D77DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77DBF is #288240. Grayscale: #9F9F9F. Windows color (decimal): -2654785 or 12549591. OLE color: 12549591.
HSL color Cylindrical-coordinate representation of color #D77DBF: hue angle of 316º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D77DBF is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 125 | 191 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.16 |
| HSL | 316º | 0.53% | 0.67% | - |
| HSV(B) | 316º | 0.42% | 0.84% | - |
| XYZ | 44.76 | 32.88 | 53.28 | - |
| YUV | 159.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 125 | 191 | 0 | 0.42 | 0.11 | 0.16 | 316 | 0.53 | 0.67 |
| Hex | D7 | 7D | BF | 0 | 2A | B | 10 | 13C | 35 | 43 |
| Octal | 327 | 175 | 277 | 0 | 52 | 13 | 20 | 474 | 65 | 103 |
| Binary | 11010111 | 1111101 | 10111111 | 0 | 101010 | 1011 | 10000 | 100111100 | 110101 | 1000011 |
Color Harmonies of #D77DBF
Complementary color
Monochromatic Colors of #D77DBF
Black with #D77DBF
Text Example
Text Example
White with #D77DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77DBF; }
p { color: rgb(215,125,191); }
H1.HeaderClassName
{
color: #D77DBF;
}
.AnyTagClassName
{
color: #D77DBF;
}
</style>
background-color css
<style>
a { background-color: #D77DBF; }
a { background-color: rgb(215,125,191); }
div.DivClassName
{
background-color: #D77DBF;
}
.BgClassName
{
background-color: #D77DBF;
}
</style>
border-color css
<style>
span { border-color: #D77DBF; }
span { border-color: rgb(215,125,191); }
td.TdClassName
{
border-color: #D77DBF;
}
.TagClassName
{
border-color: #D77DBF;
}
</style>