Shades of Orchid #D178BC
Tints of Orchid #D178BC
RGB
CMYK
RGB Variations
Color information
#D178BC (or 0xD178BC) is known color: Orchid. HEX triplet: D1, 78 and BC. RGB value is (209,120,188). Sum of RGB (Red+Green+Blue) = 209+120+188=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D178BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178BC is #2E8743. Grayscale: #9A9A9A. Windows color (decimal): -3049284 or 12351697. OLE color: 12351697.
HSL color Cylindrical-coordinate representation of color #D178BC: hue angle of 314.16º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D178BC is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 188 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.18 |
| HSL | 314.16º | 0.49% | 0.65% | - |
| HSV(B) | 314.16º | 0.43% | 0.82% | - |
| XYZ | 42.09 | 30.62 | 51.27 | - |
| YUV | 154.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 188 | 0 | 0.43 | 0.10 | 0.18 | 314.16 | 0.49 | 0.65 |
| Hex | D1 | 78 | BC | 0 | 2B | A | 12 | 13A | 31 | 41 |
| Octal | 321 | 170 | 274 | 0 | 53 | 12 | 22 | 472 | 61 | 101 |
| Binary | 11010001 | 1111000 | 10111100 | 0 | 101011 | 1010 | 10010 | 100111010 | 110001 | 1000001 |
Color Harmonies of #D178BC
Complementary color
Monochromatic Colors of #D178BC
Black with #D178BC
Text Example
Text Example
White with #D178BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178BC; }
p { color: rgb(209,120,188); }
H1.HeaderClassName
{
color: #D178BC;
}
.AnyTagClassName
{
color: #D178BC;
}
</style>
background-color css
<style>
a { background-color: #D178BC; }
a { background-color: rgb(209,120,188); }
div.DivClassName
{
background-color: #D178BC;
}
.BgClassName
{
background-color: #D178BC;
}
</style>
border-color css
<style>
span { border-color: #D178BC; }
span { border-color: rgb(209,120,188); }
td.TdClassName
{
border-color: #D178BC;
}
.TagClassName
{
border-color: #D178BC;
}
</style>