Shades of Orchid #D77FBE
Tints of Orchid #D77FBE
RGB
CMYK
RGB Variations
Color information
#D77FBE (or 0xD77FBE) is known color: Orchid. HEX triplet: D7, 7F and BE. RGB value is (215,127,190). Sum of RGB (Red+Green+Blue) = 215+127+190=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D77FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77FBE is #288041. Grayscale: #A0A0A0. Windows color (decimal): -2654274 or 12484567. OLE color: 12484567.
HSL color Cylindrical-coordinate representation of color #D77FBE: hue angle of 317.05º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77FBE is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 127 | 190 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.16 |
| HSL | 317.05º | 0.52% | 0.67% | - |
| HSV(B) | 317.05º | 0.41% | 0.84% | - |
| XYZ | 44.91 | 33.34 | 52.78 | - |
| YUV | 160.49 | 144.65 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 127 | 190 | 0 | 0.41 | 0.12 | 0.16 | 317.05 | 0.52 | 0.67 |
| Hex | D7 | 7F | BE | 0 | 29 | C | 10 | 13D | 34 | 43 |
| Octal | 327 | 177 | 276 | 0 | 51 | 14 | 20 | 475 | 64 | 103 |
| Binary | 11010111 | 1111111 | 10111110 | 0 | 101001 | 1100 | 10000 | 100111101 | 110100 | 1000011 |
Color Harmonies of #D77FBE
Complementary color
Monochromatic Colors of #D77FBE
Black with #D77FBE
Text Example
Text Example
White with #D77FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77FBE; }
p { color: rgb(215,127,190); }
H1.HeaderClassName
{
color: #D77FBE;
}
.AnyTagClassName
{
color: #D77FBE;
}
</style>
background-color css
<style>
a { background-color: #D77FBE; }
a { background-color: rgb(215,127,190); }
div.DivClassName
{
background-color: #D77FBE;
}
.BgClassName
{
background-color: #D77FBE;
}
</style>
border-color css
<style>
span { border-color: #D77FBE; }
span { border-color: rgb(215,127,190); }
td.TdClassName
{
border-color: #D77FBE;
}
.TagClassName
{
border-color: #D77FBE;
}
</style>