Shades of Orchid #D179D9
Tints of Orchid #D179D9
RGB
CMYK
RGB Variations
Color information
#D179D9 (or 0xD179D9) is known color: Orchid. HEX triplet: D1, 79 and D9. RGB value is (209,121,217). Sum of RGB (Red+Green+Blue) = 209+121+217=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #D179D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179D9 is #2E8626. Grayscale: #9D9D9D. Windows color (decimal): -3048999 or 14252497. OLE color: 14252497.
HSL color Cylindrical-coordinate representation of color #D179D9: hue angle of 295º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D179D9 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 121 | 217 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.15 |
| HSL | 295º | 0.56% | 0.66% | - |
| HSV(B) | 295º | 0.44% | 0.85% | - |
| XYZ | 45.66 | 32.24 | 69.46 | - |
| YUV | 158.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 217 | 0.04 | 0.44 | 0 | 0.15 | 295 | 0.56 | 0.66 |
| Hex | D1 | 79 | D9 | 4 | 2C | 0 | F | 127 | 38 | 42 |
| Octal | 321 | 171 | 331 | 4 | 54 | 0 | 17 | 447 | 70 | 102 |
| Binary | 11010001 | 1111001 | 11011001 | 100 | 101100 | 0 | 1111 | 100100111 | 111000 | 1000010 |
Color Harmonies of #D179D9
Complementary color
Monochromatic Colors of #D179D9
Black with #D179D9
Text Example
Text Example
White with #D179D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D179D9; }
p { color: rgb(209,121,217); }
H1.HeaderClassName
{
color: #D179D9;
}
.AnyTagClassName
{
color: #D179D9;
}
</style>
background-color css
<style>
a { background-color: #D179D9; }
a { background-color: rgb(209,121,217); }
div.DivClassName
{
background-color: #D179D9;
}
.BgClassName
{
background-color: #D179D9;
}
</style>
border-color css
<style>
span { border-color: #D179D9; }
span { border-color: rgb(209,121,217); }
td.TdClassName
{
border-color: #D179D9;
}
.TagClassName
{
border-color: #D179D9;
}
</style>