Shades of Orchid #D778BC
Tints of Orchid #D778BC
RGB
CMYK
RGB Variations
Color information
#D778BC (or 0xD778BC) is known color: Orchid. HEX triplet: D7, 78 and BC. RGB value is (215,120,188). Sum of RGB (Red+Green+Blue) = 215+120+188=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D778BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D778BC is #288743. Grayscale: #9B9B9B. Windows color (decimal): -2656068 or 12351703. OLE color: 12351703.
HSL color Cylindrical-coordinate representation of color #D778BC: hue angle of 317.05º 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 #D778BC is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 120 | 188 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.16 |
| HSL | 317.05º | 0.54% | 0.66% | - |
| HSV(B) | 317.05º | 0.44% | 0.84% | - |
| XYZ | 43.82 | 31.51 | 51.35 | - |
| YUV | 156.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 120 | 188 | 0 | 0.44 | 0.13 | 0.16 | 317.05 | 0.54 | 0.66 |
| Hex | D7 | 78 | BC | 0 | 2C | D | 10 | 13D | 36 | 42 |
| Octal | 327 | 170 | 274 | 0 | 54 | 15 | 20 | 475 | 66 | 102 |
| Binary | 11010111 | 1111000 | 10111100 | 0 | 101100 | 1101 | 10000 | 100111101 | 110110 | 1000010 |
Color Harmonies of #D778BC
Complementary color
Monochromatic Colors of #D778BC
Black with #D778BC
Text Example
Text Example
White with #D778BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D778BC; }
p { color: rgb(215,120,188); }
H1.HeaderClassName
{
color: #D778BC;
}
.AnyTagClassName
{
color: #D778BC;
}
</style>
background-color css
<style>
a { background-color: #D778BC; }
a { background-color: rgb(215,120,188); }
div.DivClassName
{
background-color: #D778BC;
}
.BgClassName
{
background-color: #D778BC;
}
</style>
border-color css
<style>
span { border-color: #D778BC; }
span { border-color: rgb(215,120,188); }
td.TdClassName
{
border-color: #D778BC;
}
.TagClassName
{
border-color: #D778BC;
}
</style>