Shades of Orchid #D178B7
Tints of Orchid #D178B7
RGB
CMYK
RGB Variations
Color information
#D178B7 (or 0xD178B7) is known color: Orchid. HEX triplet: D1, 78 and B7. RGB value is (209,120,183). Sum of RGB (Red+Green+Blue) = 209+120+183=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D178B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178B7 is #2E8748. Grayscale: #999999. Windows color (decimal): -3049289 or 12024017. OLE color: 12024017.
HSL color Cylindrical-coordinate representation of color #D178B7: hue angle of 317.53º 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 #D178B7 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 183 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.18 |
| HSL | 317.53º | 0.49% | 0.65% | - |
| HSV(B) | 317.53º | 0.43% | 0.82% | - |
| XYZ | 41.56 | 30.41 | 48.48 | - |
| YUV | 153.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 183 | 0 | 0.43 | 0.12 | 0.18 | 317.53 | 0.49 | 0.65 |
| Hex | D1 | 78 | B7 | 0 | 2B | C | 12 | 13E | 31 | 41 |
| Octal | 321 | 170 | 267 | 0 | 53 | 14 | 22 | 476 | 61 | 101 |
| Binary | 11010001 | 1111000 | 10110111 | 0 | 101011 | 1100 | 10010 | 100111110 | 110001 | 1000001 |
Color Harmonies of #D178B7
Complementary color
Monochromatic Colors of #D178B7
Black with #D178B7
Text Example
Text Example
White with #D178B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178B7; }
p { color: rgb(209,120,183); }
H1.HeaderClassName
{
color: #D178B7;
}
.AnyTagClassName
{
color: #D178B7;
}
</style>
background-color css
<style>
a { background-color: #D178B7; }
a { background-color: rgb(209,120,183); }
div.DivClassName
{
background-color: #D178B7;
}
.BgClassName
{
background-color: #D178B7;
}
</style>
border-color css
<style>
span { border-color: #D178B7; }
span { border-color: rgb(209,120,183); }
td.TdClassName
{
border-color: #D178B7;
}
.TagClassName
{
border-color: #D178B7;
}
</style>