Shades of Orchid #D777BE
Tints of Orchid #D777BE
RGB
CMYK
RGB Variations
Color information
#D777BE (or 0xD777BE) is known color: Orchid. HEX triplet: D7, 77 and BE. RGB value is (215,119,190). Sum of RGB (Red+Green+Blue) = 215+119+190=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D777BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D777BE is #288841. Grayscale: #9B9B9B. Windows color (decimal): -2656322 or 12482519. OLE color: 12482519.
HSL color Cylindrical-coordinate representation of color #D777BE: hue angle of 315.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D777BE is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 119 | 190 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.16 |
| HSL | 315.63º | 0.55% | 0.65% | - |
| HSV(B) | 315.63º | 0.45% | 0.84% | - |
| XYZ | 43.92 | 31.36 | 52.45 | - |
| YUV | 155.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 119 | 190 | 0 | 0.45 | 0.12 | 0.16 | 315.63 | 0.55 | 0.65 |
| Hex | D7 | 77 | BE | 0 | 2D | C | 10 | 13C | 37 | 41 |
| Octal | 327 | 167 | 276 | 0 | 55 | 14 | 20 | 474 | 67 | 101 |
| Binary | 11010111 | 1110111 | 10111110 | 0 | 101101 | 1100 | 10000 | 100111100 | 110111 | 1000001 |
Color Harmonies of #D777BE
Complementary color
Monochromatic Colors of #D777BE
Black with #D777BE
Text Example
Text Example
White with #D777BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D777BE; }
p { color: rgb(215,119,190); }
H1.HeaderClassName
{
color: #D777BE;
}
.AnyTagClassName
{
color: #D777BE;
}
</style>
background-color css
<style>
a { background-color: #D777BE; }
a { background-color: rgb(215,119,190); }
div.DivClassName
{
background-color: #D777BE;
}
.BgClassName
{
background-color: #D777BE;
}
</style>
border-color css
<style>
span { border-color: #D777BE; }
span { border-color: rgb(215,119,190); }
td.TdClassName
{
border-color: #D777BE;
}
.TagClassName
{
border-color: #D777BE;
}
</style>