Shades of Orchid #D376BE
Tints of Orchid #D376BE
RGB
CMYK
RGB Variations
Color information
#D376BE (or 0xD376BE) is known color: Orchid. HEX triplet: D3, 76 and BE. RGB value is (211,118,190). Sum of RGB (Red+Green+Blue) = 211+118+190=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D376BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376BE is #2C8941. Grayscale: #999999. Windows color (decimal): -2918722 or 12482259. OLE color: 12482259.
HSL color Cylindrical-coordinate representation of color #D376BE: hue angle of 313.55º 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 #D376BE is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 190 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.17 |
| HSL | 313.55º | 0.51% | 0.65% | - |
| HSV(B) | 313.55º | 0.44% | 0.83% | - |
| XYZ | 42.64 | 30.52 | 52.36 | - |
| YUV | 154.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 190 | 0 | 0.44 | 0.10 | 0.17 | 313.55 | 0.51 | 0.65 |
| Hex | D3 | 76 | BE | 0 | 2C | A | 11 | 13A | 33 | 41 |
| Octal | 323 | 166 | 276 | 0 | 54 | 12 | 21 | 472 | 63 | 101 |
| Binary | 11010011 | 1110110 | 10111110 | 0 | 101100 | 1010 | 10001 | 100111010 | 110011 | 1000001 |
Color Harmonies of #D376BE
Complementary color
Monochromatic Colors of #D376BE
Black with #D376BE
Text Example
Text Example
White with #D376BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D376BE; }
p { color: rgb(211,118,190); }
H1.HeaderClassName
{
color: #D376BE;
}
.AnyTagClassName
{
color: #D376BE;
}
</style>
background-color css
<style>
a { background-color: #D376BE; }
a { background-color: rgb(211,118,190); }
div.DivClassName
{
background-color: #D376BE;
}
.BgClassName
{
background-color: #D376BE;
}
</style>
border-color css
<style>
span { border-color: #D376BE; }
span { border-color: rgb(211,118,190); }
td.TdClassName
{
border-color: #D376BE;
}
.TagClassName
{
border-color: #D376BE;
}
</style>