Shades of Orchid #D376BA
Tints of Orchid #D376BA
RGB
CMYK
RGB Variations
Color information
#D376BA (or 0xD376BA) is known color: Orchid. HEX triplet: D3, 76 and BA. RGB value is (211,118,186). Sum of RGB (Red+Green+Blue) = 211+118+186=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 211 - color contains mainly: red. Hex color #D376BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376BA is #2C8945. Grayscale: #999999. Windows color (decimal): -2918726 or 12220115. OLE color: 12220115.
HSL color Cylindrical-coordinate representation of color #D376BA: hue angle of 316.13º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D376BA is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 186 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.17 |
| HSL | 316.13º | 0.51% | 0.65% | - |
| HSV(B) | 316.13º | 0.44% | 0.83% | - |
| XYZ | 42.21 | 30.35 | 50.09 | - |
| YUV | 153.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 186 | 0 | 0.44 | 0.12 | 0.17 | 316.13 | 0.51 | 0.65 |
| Hex | D3 | 76 | BA | 0 | 2C | C | 11 | 13C | 33 | 41 |
| Octal | 323 | 166 | 272 | 0 | 54 | 14 | 21 | 474 | 63 | 101 |
| Binary | 11010011 | 1110110 | 10111010 | 0 | 101100 | 1100 | 10001 | 100111100 | 110011 | 1000001 |
Color Harmonies of #D376BA
Complementary color
Monochromatic Colors of #D376BA
Black with #D376BA
Text Example
Text Example
White with #D376BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D376BA; }
p { color: rgb(211,118,186); }
H1.HeaderClassName
{
color: #D376BA;
}
.AnyTagClassName
{
color: #D376BA;
}
</style>
background-color css
<style>
a { background-color: #D376BA; }
a { background-color: rgb(211,118,186); }
div.DivClassName
{
background-color: #D376BA;
}
.BgClassName
{
background-color: #D376BA;
}
</style>
border-color css
<style>
span { border-color: #D376BA; }
span { border-color: rgb(211,118,186); }
td.TdClassName
{
border-color: #D376BA;
}
.TagClassName
{
border-color: #D376BA;
}
</style>