Shades of Orchid #D178BE
Tints of Orchid #D178BE
RGB
CMYK
RGB Variations
Color information
#D178BE (or 0xD178BE) is known color: Orchid. HEX triplet: D1, 78 and BE. RGB value is (209,120,190). Sum of RGB (Red+Green+Blue) = 209+120+190=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D178BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178BE is #2E8741. Grayscale: #9A9A9A. Windows color (decimal): -3049282 or 12482769. OLE color: 12482769.
HSL color Cylindrical-coordinate representation of color #D178BE: hue angle of 312.81º 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 #D178BE is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 190 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.18 |
| HSL | 312.81º | 0.49% | 0.65% | - |
| HSV(B) | 312.81º | 0.43% | 0.82% | - |
| XYZ | 42.31 | 30.71 | 52.41 | - |
| YUV | 154.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 190 | 0 | 0.43 | 0.09 | 0.18 | 312.81 | 0.49 | 0.65 |
| Hex | D1 | 78 | BE | 0 | 2B | 9 | 12 | 139 | 31 | 41 |
| Octal | 321 | 170 | 276 | 0 | 53 | 11 | 22 | 471 | 61 | 101 |
| Binary | 11010001 | 1111000 | 10111110 | 0 | 101011 | 1001 | 10010 | 100111001 | 110001 | 1000001 |
Color Harmonies of #D178BE
Complementary color
Monochromatic Colors of #D178BE
Black with #D178BE
Text Example
Text Example
White with #D178BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178BE; }
p { color: rgb(209,120,190); }
H1.HeaderClassName
{
color: #D178BE;
}
.AnyTagClassName
{
color: #D178BE;
}
</style>
background-color css
<style>
a { background-color: #D178BE; }
a { background-color: rgb(209,120,190); }
div.DivClassName
{
background-color: #D178BE;
}
.BgClassName
{
background-color: #D178BE;
}
</style>
border-color css
<style>
span { border-color: #D178BE; }
span { border-color: rgb(209,120,190); }
td.TdClassName
{
border-color: #D178BE;
}
.TagClassName
{
border-color: #D178BE;
}
</style>