Shades of Orchid #D776BD
Tints of Orchid #D776BD
RGB
CMYK
RGB Variations
Color information
#D776BD (or 0xD776BD) is known color: Orchid. HEX triplet: D7, 76 and BD. RGB value is (215,118,189). Sum of RGB (Red+Green+Blue) = 215+118+189=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 215 - color contains mainly: red. Hex color #D776BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776BD is #288942. Grayscale: #9A9A9A. Windows color (decimal): -2656579 or 12416727. OLE color: 12416727.
HSL color Cylindrical-coordinate representation of color #D776BD: hue angle of 316.08º 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 #D776BD is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 189 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.16 |
| HSL | 316.08º | 0.55% | 0.65% | - |
| HSV(B) | 316.08º | 0.45% | 0.84% | - |
| XYZ | 43.69 | 31.08 | 51.84 | - |
| YUV | 155.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 189 | 0 | 0.45 | 0.12 | 0.16 | 316.08 | 0.55 | 0.65 |
| Hex | D7 | 76 | BD | 0 | 2D | C | 10 | 13C | 37 | 41 |
| Octal | 327 | 166 | 275 | 0 | 55 | 14 | 20 | 474 | 67 | 101 |
| Binary | 11010111 | 1110110 | 10111101 | 0 | 101101 | 1100 | 10000 | 100111100 | 110111 | 1000001 |
Color Harmonies of #D776BD
Complementary color
Monochromatic Colors of #D776BD
Black with #D776BD
Text Example
Text Example
White with #D776BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776BD; }
p { color: rgb(215,118,189); }
H1.HeaderClassName
{
color: #D776BD;
}
.AnyTagClassName
{
color: #D776BD;
}
</style>
background-color css
<style>
a { background-color: #D776BD; }
a { background-color: rgb(215,118,189); }
div.DivClassName
{
background-color: #D776BD;
}
.BgClassName
{
background-color: #D776BD;
}
</style>
border-color css
<style>
span { border-color: #D776BD; }
span { border-color: rgb(215,118,189); }
td.TdClassName
{
border-color: #D776BD;
}
.TagClassName
{
border-color: #D776BD;
}
</style>