Shades of Orchid #D178CF
Tints of Orchid #D178CF
RGB
CMYK
RGB Variations
Color information
#D178CF (or 0xD178CF) is known color: Orchid. HEX triplet: D1, 78 and CF. RGB value is (209,120,207). Sum of RGB (Red+Green+Blue) = 209+120+207=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D178CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178CF is #2E8730. Grayscale: #9C9C9C. Windows color (decimal): -3049265 or 13596881. OLE color: 13596881.
HSL color Cylindrical-coordinate representation of color #D178CF: hue angle of 301.35º 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 #D178CF is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 120 | 207 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.18 |
| HSL | 301.35º | 0.49% | 0.65% | - |
| HSV(B) | 301.35º | 0.43% | 0.82% | - |
| XYZ | 44.27 | 31.49 | 62.78 | - |
| YUV | 156.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 120 | 207 | 0 | 0.43 | 0.01 | 0.18 | 301.35 | 0.49 | 0.65 |
| Hex | D1 | 78 | CF | 0 | 2B | 1 | 12 | 12D | 31 | 41 |
| Octal | 321 | 170 | 317 | 0 | 53 | 1 | 22 | 455 | 61 | 101 |
| Binary | 11010001 | 1111000 | 11001111 | 0 | 101011 | 1 | 10010 | 100101101 | 110001 | 1000001 |
Color Harmonies of #D178CF
Complementary color
Monochromatic Colors of #D178CF
Black with #D178CF
Text Example
Text Example
White with #D178CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D178CF; }
p { color: rgb(209,120,207); }
H1.HeaderClassName
{
color: #D178CF;
}
.AnyTagClassName
{
color: #D178CF;
}
</style>
background-color css
<style>
a { background-color: #D178CF; }
a { background-color: rgb(209,120,207); }
div.DivClassName
{
background-color: #D178CF;
}
.BgClassName
{
background-color: #D178CF;
}
</style>
border-color css
<style>
span { border-color: #D178CF; }
span { border-color: rgb(209,120,207); }
td.TdClassName
{
border-color: #D178CF;
}
.TagClassName
{
border-color: #D178CF;
}
</style>