Shades of Orchid #D776C3
Tints of Orchid #D776C3
RGB
CMYK
RGB Variations
Color information
#D776C3 (or 0xD776C3) is known color: Orchid. HEX triplet: D7, 76 and C3. RGB value is (215,118,195). Sum of RGB (Red+Green+Blue) = 215+118+195=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D776C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D776C3 is #28893C. Grayscale: #9B9B9B. Windows color (decimal): -2656573 or 12809943. OLE color: 12809943.
HSL color Cylindrical-coordinate representation of color #D776C3: hue angle of 312.37º 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 #D776C3 is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 118 | 195 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.16 |
| HSL | 312.37º | 0.55% | 0.65% | - |
| HSV(B) | 312.37º | 0.45% | 0.84% | - |
| XYZ | 44.35 | 31.34 | 55.34 | - |
| YUV | 155.78 | 150.14 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 118 | 195 | 0 | 0.45 | 0.09 | 0.16 | 312.37 | 0.55 | 0.65 |
| Hex | D7 | 76 | C3 | 0 | 2D | 9 | 10 | 138 | 37 | 41 |
| Octal | 327 | 166 | 303 | 0 | 55 | 11 | 20 | 470 | 67 | 101 |
| Binary | 11010111 | 1110110 | 11000011 | 0 | 101101 | 1001 | 10000 | 100111000 | 110111 | 1000001 |
Color Harmonies of #D776C3
Complementary color
Monochromatic Colors of #D776C3
Black with #D776C3
Text Example
Text Example
White with #D776C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D776C3; }
p { color: rgb(215,118,195); }
H1.HeaderClassName
{
color: #D776C3;
}
.AnyTagClassName
{
color: #D776C3;
}
</style>
background-color css
<style>
a { background-color: #D776C3; }
a { background-color: rgb(215,118,195); }
div.DivClassName
{
background-color: #D776C3;
}
.BgClassName
{
background-color: #D776C3;
}
</style>
border-color css
<style>
span { border-color: #D776C3; }
span { border-color: rgb(215,118,195); }
td.TdClassName
{
border-color: #D776C3;
}
.TagClassName
{
border-color: #D776C3;
}
</style>