Shades of Orchid #D77BBF
Tints of Orchid #D77BBF
RGB
CMYK
RGB Variations
Color information
#D77BBF (or 0xD77BBF) is known color: Orchid. HEX triplet: D7, 7B and BF. RGB value is (215,123,191). Sum of RGB (Red+Green+Blue) = 215+123+191=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D77BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77BBF is #288440. Grayscale: #9E9E9E. Windows color (decimal): -2655297 or 12549079. OLE color: 12549079.
HSL color Cylindrical-coordinate representation of color #D77BBF: hue angle of 315.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D77BBF is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 123 | 191 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.16 |
| HSL | 315.65º | 0.53% | 0.66% | - |
| HSV(B) | 315.65º | 0.43% | 0.84% | - |
| XYZ | 44.51 | 32.37 | 53.19 | - |
| YUV | 158.26 | 146.48 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 123 | 191 | 0 | 0.43 | 0.11 | 0.16 | 315.65 | 0.53 | 0.66 |
| Hex | D7 | 7B | BF | 0 | 2B | B | 10 | 13C | 35 | 42 |
| Octal | 327 | 173 | 277 | 0 | 53 | 13 | 20 | 474 | 65 | 102 |
| Binary | 11010111 | 1111011 | 10111111 | 0 | 101011 | 1011 | 10000 | 100111100 | 110101 | 1000010 |
Color Harmonies of #D77BBF
Complementary color
Monochromatic Colors of #D77BBF
Black with #D77BBF
Text Example
Text Example
White with #D77BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77BBF; }
p { color: rgb(215,123,191); }
H1.HeaderClassName
{
color: #D77BBF;
}
.AnyTagClassName
{
color: #D77BBF;
}
</style>
background-color css
<style>
a { background-color: #D77BBF; }
a { background-color: rgb(215,123,191); }
div.DivClassName
{
background-color: #D77BBF;
}
.BgClassName
{
background-color: #D77BBF;
}
</style>
border-color css
<style>
span { border-color: #D77BBF; }
span { border-color: rgb(215,123,191); }
td.TdClassName
{
border-color: #D77BBF;
}
.TagClassName
{
border-color: #D77BBF;
}
</style>