Shades of Orchid #D378D8
Tints of Orchid #D378D8
RGB
CMYK
RGB Variations
Color information
#D378D8 (or 0xD378D8) is known color: Orchid. HEX triplet: D3, 78 and D8. RGB value is (211,120,216). Sum of RGB (Red+Green+Blue) = 211+120+216=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #D378D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378D8 is #2C8727. Grayscale: #9D9D9D. Windows color (decimal): -2918184 or 14186707. OLE color: 14186707.
HSL color Cylindrical-coordinate representation of color #D378D8: hue angle of 296.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D378D8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 120 | 216 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.15 |
| HSL | 296.88º | 0.55% | 0.66% | - |
| HSV(B) | 296.88º | 0.44% | 0.85% | - |
| XYZ | 45.98 | 32.24 | 68.77 | - |
| YUV | 158.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 216 | 0.02 | 0.44 | 0 | 0.15 | 296.88 | 0.55 | 0.66 |
| Hex | D3 | 78 | D8 | 2 | 2C | 0 | F | 129 | 37 | 42 |
| Octal | 323 | 170 | 330 | 2 | 54 | 0 | 17 | 451 | 67 | 102 |
| Binary | 11010011 | 1111000 | 11011000 | 10 | 101100 | 0 | 1111 | 100101001 | 110111 | 1000010 |
Color Harmonies of #D378D8
Complementary color
Monochromatic Colors of #D378D8
Black with #D378D8
Text Example
Text Example
White with #D378D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378D8; }
p { color: rgb(211,120,216); }
H1.HeaderClassName
{
color: #D378D8;
}
.AnyTagClassName
{
color: #D378D8;
}
</style>
background-color css
<style>
a { background-color: #D378D8; }
a { background-color: rgb(211,120,216); }
div.DivClassName
{
background-color: #D378D8;
}
.BgClassName
{
background-color: #D378D8;
}
</style>
border-color css
<style>
span { border-color: #D378D8; }
span { border-color: rgb(211,120,216); }
td.TdClassName
{
border-color: #D378D8;
}
.TagClassName
{
border-color: #D378D8;
}
</style>