Shades of Orchid #D776BF
Tints of Orchid #D776BF
RGB
CMYK
RGB Variations
Color information
#D776BF (or 0xD776BF) is known color: Orchid. HEX triplet: D7, 76 and BF. RGB value is (215,118,191). Sum of RGB (Red+Green+Blue) = 215+118+191=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D776BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776BF is #288940. Grayscale: #9B9B9B. Windows color (decimal): -2656577 or 12547799. OLE color: 12547799.
HSL color Cylindrical-coordinate representation of color #D776BF: hue angle of 314.85º 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 #D776BF is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 191 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.16 |
| HSL | 314.85º | 0.55% | 0.65% | - |
| HSV(B) | 314.85º | 0.45% | 0.84% | - |
| XYZ | 43.91 | 31.17 | 52.99 | - |
| YUV | 155.33 | 148.14 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 191 | 0 | 0.45 | 0.11 | 0.16 | 314.85 | 0.55 | 0.65 |
| Hex | D7 | 76 | BF | 0 | 2D | B | 10 | 13B | 37 | 41 |
| Octal | 327 | 166 | 277 | 0 | 55 | 13 | 20 | 473 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10111111 | 0 | 101101 | 1011 | 10000 | 100111011 | 110111 | 1000001 |
Color Harmonies of #D776BF
Complementary color
Monochromatic Colors of #D776BF
Black with #D776BF
Text Example
Text Example
White with #D776BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776BF; }
p { color: rgb(215,118,191); }
H1.HeaderClassName
{
color: #D776BF;
}
.AnyTagClassName
{
color: #D776BF;
}
</style>
background-color css
<style>
a { background-color: #D776BF; }
a { background-color: rgb(215,118,191); }
div.DivClassName
{
background-color: #D776BF;
}
.BgClassName
{
background-color: #D776BF;
}
</style>
border-color css
<style>
span { border-color: #D776BF; }
span { border-color: rgb(215,118,191); }
td.TdClassName
{
border-color: #D776BF;
}
.TagClassName
{
border-color: #D776BF;
}
</style>