Shades of Orchid #D376DC
Tints of Orchid #D376DC
RGB
CMYK
RGB Variations
Color information
#D376DC (or 0xD376DC) is known color: Orchid. HEX triplet: D3, 76 and DC. RGB value is (211,118,220). Sum of RGB (Red+Green+Blue) = 211+118+220=549 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.43% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #D376DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D376DC is #2C8923. Grayscale: #9D9D9D. Windows color (decimal): -2918692 or 14448339. OLE color: 14448339.
HSL color Cylindrical-coordinate representation of color #D376DC: hue angle of 294.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D376DC is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 118 | 220 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.14 |
| HSL | 294.71º | 0.59% | 0.66% | - |
| HSV(B) | 294.71º | 0.46% | 0.86% | - |
| XYZ | 46.26 | 31.97 | 71.44 | - |
| YUV | 157.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 220 | 0.04 | 0.46 | 0 | 0.14 | 294.71 | 0.59 | 0.66 |
| Hex | D3 | 76 | DC | 4 | 2E | 0 | E | 127 | 3B | 42 |
| Octal | 323 | 166 | 334 | 4 | 56 | 0 | 16 | 447 | 73 | 102 |
| Binary | 11010011 | 1110110 | 11011100 | 100 | 101110 | 0 | 1110 | 100100111 | 111011 | 1000010 |
Color Harmonies of #D376DC
Complementary color
Monochromatic Colors of #D376DC
Black with #D376DC
Text Example
Text Example
White with #D376DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D376DC; }
p { color: rgb(211,118,220); }
H1.HeaderClassName
{
color: #D376DC;
}
.AnyTagClassName
{
color: #D376DC;
}
</style>
background-color css
<style>
a { background-color: #D376DC; }
a { background-color: rgb(211,118,220); }
div.DivClassName
{
background-color: #D376DC;
}
.BgClassName
{
background-color: #D376DC;
}
</style>
border-color css
<style>
span { border-color: #D376DC; }
span { border-color: rgb(211,118,220); }
td.TdClassName
{
border-color: #D376DC;
}
.TagClassName
{
border-color: #D376DC;
}
</style>