Shades of Orchid #D776BA
Tints of Orchid #D776BA
RGB
CMYK
RGB Variations
Color information
#D776BA (or 0xD776BA) is known color: Orchid. HEX triplet: D7, 76 and BA. RGB value is (215,118,186). Sum of RGB (Red+Green+Blue) = 215+118+186=519 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.43% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 215 - color contains mainly: red. Hex color #D776BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776BA is #288945. Grayscale: #9A9A9A. Windows color (decimal): -2656582 or 12220119. OLE color: 12220119.
HSL color Cylindrical-coordinate representation of color #D776BA: hue angle of 317.94º 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 #D776BA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 186 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.16 |
| HSL | 317.94º | 0.55% | 0.65% | - |
| HSV(B) | 317.94º | 0.45% | 0.84% | - |
| XYZ | 43.37 | 30.95 | 50.14 | - |
| YUV | 154.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 186 | 0 | 0.45 | 0.13 | 0.16 | 317.94 | 0.55 | 0.65 |
| Hex | D7 | 76 | BA | 0 | 2D | D | 10 | 13E | 37 | 41 |
| Octal | 327 | 166 | 272 | 0 | 55 | 15 | 20 | 476 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10111010 | 0 | 101101 | 1101 | 10000 | 100111110 | 110111 | 1000001 |
Color Harmonies of #D776BA
Complementary color
Monochromatic Colors of #D776BA
Black with #D776BA
Text Example
Text Example
White with #D776BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776BA; }
p { color: rgb(215,118,186); }
H1.HeaderClassName
{
color: #D776BA;
}
.AnyTagClassName
{
color: #D776BA;
}
</style>
background-color css
<style>
a { background-color: #D776BA; }
a { background-color: rgb(215,118,186); }
div.DivClassName
{
background-color: #D776BA;
}
.BgClassName
{
background-color: #D776BA;
}
</style>
border-color css
<style>
span { border-color: #D776BA; }
span { border-color: rgb(215,118,186); }
td.TdClassName
{
border-color: #D776BA;
}
.TagClassName
{
border-color: #D776BA;
}
</style>