Shades of Orchid #D778D6
Tints of Orchid #D778D6
RGB
CMYK
RGB Variations
Color information
#D778D6 (or 0xD778D6) is known color: Orchid. HEX triplet: D7, 78 and D6. RGB value is (215,120,214). Sum of RGB (Red+Green+Blue) = 215+120+214=549 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.16% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 215 - color contains mainly: red. Hex color #D778D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778D6 is #288729. Grayscale: #9E9E9E. Windows color (decimal): -2656042 or 14055639. OLE color: 14055639.
HSL color Cylindrical-coordinate representation of color #D778D6: hue angle of 300.63º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D778D6 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 214 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.16 |
| HSL | 300.63º | 0.54% | 0.66% | - |
| HSV(B) | 300.63º | 0.44% | 0.84% | - |
| XYZ | 46.88 | 32.74 | 67.47 | - |
| YUV | 159.12 | 158.97 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 214 | 0 | 0.44 | 0.00 | 0.16 | 300.63 | 0.54 | 0.66 |
| Hex | D7 | 78 | D6 | 0 | 2C | 0 | 10 | 12D | 36 | 42 |
| Octal | 327 | 170 | 326 | 0 | 54 | 0 | 20 | 455 | 66 | 102 |
| Binary | 11010111 | 1111000 | 11010110 | 0 | 101100 | 0 | 10000 | 100101101 | 110110 | 1000010 |
Color Harmonies of #D778D6
Complementary color
Monochromatic Colors of #D778D6
Black with #D778D6
Text Example
Text Example
White with #D778D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778D6; }
p { color: rgb(215,120,214); }
H1.HeaderClassName
{
color: #D778D6;
}
.AnyTagClassName
{
color: #D778D6;
}
</style>
background-color css
<style>
a { background-color: #D778D6; }
a { background-color: rgb(215,120,214); }
div.DivClassName
{
background-color: #D778D6;
}
.BgClassName
{
background-color: #D778D6;
}
</style>
border-color css
<style>
span { border-color: #D778D6; }
span { border-color: rgb(215,120,214); }
td.TdClassName
{
border-color: #D778D6;
}
.TagClassName
{
border-color: #D778D6;
}
</style>