Shades of Orchid #D179C7
Tints of Orchid #D179C7
RGB
CMYK
RGB Variations
Color information
#D179C7 (or 0xD179C7) is known color: Orchid. HEX triplet: D1, 79 and C7. RGB value is (209,121,199). Sum of RGB (Red+Green+Blue) = 209+121+199=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D179C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179C7 is #2E8638. Grayscale: #9B9B9B. Windows color (decimal): -3049017 or 13072849. OLE color: 13072849.
HSL color Cylindrical-coordinate representation of color #D179C7: hue angle of 306.82º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D179C7 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 199 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.18 |
| HSL | 306.82º | 0.49% | 0.65% | - |
| HSV(B) | 306.82º | 0.42% | 0.82% | - |
| XYZ | 43.44 | 31.35 | 57.8 | - |
| YUV | 156.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 199 | 0 | 0.42 | 0.05 | 0.18 | 306.82 | 0.49 | 0.65 |
| Hex | D1 | 79 | C7 | 0 | 2A | 5 | 12 | 133 | 31 | 41 |
| Octal | 321 | 171 | 307 | 0 | 52 | 5 | 22 | 463 | 61 | 101 |
| Binary | 11010001 | 1111001 | 11000111 | 0 | 101010 | 101 | 10010 | 100110011 | 110001 | 1000001 |
Color Harmonies of #D179C7
Complementary color
Monochromatic Colors of #D179C7
Black with #D179C7
Text Example
Text Example
White with #D179C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D179C7; }
p { color: rgb(209,121,199); }
H1.HeaderClassName
{
color: #D179C7;
}
.AnyTagClassName
{
color: #D179C7;
}
</style>
background-color css
<style>
a { background-color: #D179C7; }
a { background-color: rgb(209,121,199); }
div.DivClassName
{
background-color: #D179C7;
}
.BgClassName
{
background-color: #D179C7;
}
</style>
border-color css
<style>
span { border-color: #D179C7; }
span { border-color: rgb(209,121,199); }
td.TdClassName
{
border-color: #D179C7;
}
.TagClassName
{
border-color: #D179C7;
}
</style>