Shades of Orchid #D378B9
Tints of Orchid #D378B9
RGB
CMYK
RGB Variations
Color information
#D378B9 (or 0xD378B9) is known color: Orchid. HEX triplet: D3, 78 and B9. RGB value is (211,120,185). Sum of RGB (Red+Green+Blue) = 211+120+185=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 211 - color contains mainly: red. Hex color #D378B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378B9 is #2C8746. Grayscale: #9A9A9A. Windows color (decimal): -2918215 or 12155091. OLE color: 12155091.
HSL color Cylindrical-coordinate representation of color #D378B9: hue angle of 317.14º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D378B9 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 185 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.17 |
| HSL | 317.14º | 0.51% | 0.65% | - |
| HSV(B) | 317.14º | 0.43% | 0.83% | - |
| XYZ | 42.34 | 30.78 | 49.61 | - |
| YUV | 154.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 185 | 0 | 0.43 | 0.12 | 0.17 | 317.14 | 0.51 | 0.65 |
| Hex | D3 | 78 | B9 | 0 | 2B | C | 11 | 13D | 33 | 41 |
| Octal | 323 | 170 | 271 | 0 | 53 | 14 | 21 | 475 | 63 | 101 |
| Binary | 11010011 | 1111000 | 10111001 | 0 | 101011 | 1100 | 10001 | 100111101 | 110011 | 1000001 |
Color Harmonies of #D378B9
Complementary color
Monochromatic Colors of #D378B9
Black with #D378B9
Text Example
Text Example
White with #D378B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378B9; }
p { color: rgb(211,120,185); }
H1.HeaderClassName
{
color: #D378B9;
}
.AnyTagClassName
{
color: #D378B9;
}
</style>
background-color css
<style>
a { background-color: #D378B9; }
a { background-color: rgb(211,120,185); }
div.DivClassName
{
background-color: #D378B9;
}
.BgClassName
{
background-color: #D378B9;
}
</style>
border-color css
<style>
span { border-color: #D378B9; }
span { border-color: rgb(211,120,185); }
td.TdClassName
{
border-color: #D378B9;
}
.TagClassName
{
border-color: #D378B9;
}
</style>