Shades of Orchid #D178B8
Tints of Orchid #D178B8
RGB
CMYK
RGB Variations
Color information
#D178B8 (or 0xD178B8) is known color: Orchid. HEX triplet: D1, 78 and B8. RGB value is (209,120,184). Sum of RGB (Red+Green+Blue) = 209+120+184=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D178B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178B8 is #2E8747. Grayscale: #999999. Windows color (decimal): -3049288 or 12089553. OLE color: 12089553.
HSL color Cylindrical-coordinate representation of color #D178B8: hue angle of 316.85º 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 #D178B8 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 184 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.18 |
| HSL | 316.85º | 0.49% | 0.65% | - |
| HSV(B) | 316.85º | 0.43% | 0.82% | - |
| XYZ | 41.66 | 30.45 | 49.03 | - |
| YUV | 153.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 184 | 0 | 0.43 | 0.12 | 0.18 | 316.85 | 0.49 | 0.65 |
| Hex | D1 | 78 | B8 | 0 | 2B | C | 12 | 13D | 31 | 41 |
| Octal | 321 | 170 | 270 | 0 | 53 | 14 | 22 | 475 | 61 | 101 |
| Binary | 11010001 | 1111000 | 10111000 | 0 | 101011 | 1100 | 10010 | 100111101 | 110001 | 1000001 |
Color Harmonies of #D178B8
Complementary color
Monochromatic Colors of #D178B8
Black with #D178B8
Text Example
Text Example
White with #D178B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178B8; }
p { color: rgb(209,120,184); }
H1.HeaderClassName
{
color: #D178B8;
}
.AnyTagClassName
{
color: #D178B8;
}
</style>
background-color css
<style>
a { background-color: #D178B8; }
a { background-color: rgb(209,120,184); }
div.DivClassName
{
background-color: #D178B8;
}
.BgClassName
{
background-color: #D178B8;
}
</style>
border-color css
<style>
span { border-color: #D178B8; }
span { border-color: rgb(209,120,184); }
td.TdClassName
{
border-color: #D178B8;
}
.TagClassName
{
border-color: #D178B8;
}
</style>