Shades of Orchid #D376CE
Tints of Orchid #D376CE
RGB
CMYK
RGB Variations
Color information
#D376CE (or 0xD376CE) is known color: Orchid. HEX triplet: D3, 76 and CE. RGB value is (211,118,206). Sum of RGB (Red+Green+Blue) = 211+118+206=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D376CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376CE is #2C8931. Grayscale: #9B9B9B. Windows color (decimal): -2918706 or 13530835. OLE color: 13530835.
HSL color Cylindrical-coordinate representation of color #D376CE: hue angle of 303.23º 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 #D376CE is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 206 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.17 |
| HSL | 303.23º | 0.51% | 0.65% | - |
| HSV(B) | 303.23º | 0.44% | 0.83% | - |
| XYZ | 44.48 | 31.26 | 62.08 | - |
| YUV | 155.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 206 | 0 | 0.44 | 0.02 | 0.17 | 303.23 | 0.51 | 0.65 |
| Hex | D3 | 76 | CE | 0 | 2C | 2 | 11 | 12F | 33 | 41 |
| Octal | 323 | 166 | 316 | 0 | 54 | 2 | 21 | 457 | 63 | 101 |
| Binary | 11010011 | 1110110 | 11001110 | 0 | 101100 | 10 | 10001 | 100101111 | 110011 | 1000001 |
Color Harmonies of #D376CE
Complementary color
Monochromatic Colors of #D376CE
Black with #D376CE
Text Example
Text Example
White with #D376CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D376CE; }
p { color: rgb(211,118,206); }
H1.HeaderClassName
{
color: #D376CE;
}
.AnyTagClassName
{
color: #D376CE;
}
</style>
background-color css
<style>
a { background-color: #D376CE; }
a { background-color: rgb(211,118,206); }
div.DivClassName
{
background-color: #D376CE;
}
.BgClassName
{
background-color: #D376CE;
}
</style>
border-color css
<style>
span { border-color: #D376CE; }
span { border-color: rgb(211,118,206); }
td.TdClassName
{
border-color: #D376CE;
}
.TagClassName
{
border-color: #D376CE;
}
</style>