Shades of Orchid #D378BC
Tints of Orchid #D378BC
RGB
CMYK
RGB Variations
Color information
#D378BC (or 0xD378BC) is known color: Orchid. HEX triplet: D3, 78 and BC. RGB value is (211,120,188). Sum of RGB (Red+Green+Blue) = 211+120+188=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 211 - color contains mainly: red. Hex color #D378BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378BC is #2C8743. Grayscale: #9A9A9A. Windows color (decimal): -2918212 or 12351699. OLE color: 12351699.
HSL color Cylindrical-coordinate representation of color #D378BC: hue angle of 315.16º 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 #D378BC is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 120 | 188 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.17 |
| HSL | 315.16º | 0.51% | 0.65% | - |
| HSV(B) | 315.16º | 0.43% | 0.83% | - |
| XYZ | 42.66 | 30.91 | 51.3 | - |
| YUV | 154.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 188 | 0 | 0.43 | 0.11 | 0.17 | 315.16 | 0.51 | 0.65 |
| Hex | D3 | 78 | BC | 0 | 2B | B | 11 | 13B | 33 | 41 |
| Octal | 323 | 170 | 274 | 0 | 53 | 13 | 21 | 473 | 63 | 101 |
| Binary | 11010011 | 1111000 | 10111100 | 0 | 101011 | 1011 | 10001 | 100111011 | 110011 | 1000001 |
Color Harmonies of #D378BC
Complementary color
Monochromatic Colors of #D378BC
Black with #D378BC
Text Example
Text Example
White with #D378BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378BC; }
p { color: rgb(211,120,188); }
H1.HeaderClassName
{
color: #D378BC;
}
.AnyTagClassName
{
color: #D378BC;
}
</style>
background-color css
<style>
a { background-color: #D378BC; }
a { background-color: rgb(211,120,188); }
div.DivClassName
{
background-color: #D378BC;
}
.BgClassName
{
background-color: #D378BC;
}
</style>
border-color css
<style>
span { border-color: #D378BC; }
span { border-color: rgb(211,120,188); }
td.TdClassName
{
border-color: #D378BC;
}
.TagClassName
{
border-color: #D378BC;
}
</style>