Shades of Orchid #D179C2
Tints of Orchid #D179C2
RGB
CMYK
RGB Variations
Color information
#D179C2 (or 0xD179C2) is known color: Orchid. HEX triplet: D1, 79 and C2. RGB value is (209,121,194). Sum of RGB (Red+Green+Blue) = 209+121+194=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D179C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179C2 is #2E863D. Grayscale: #9B9B9B. Windows color (decimal): -3049022 or 12745169. OLE color: 12745169.
HSL color Cylindrical-coordinate representation of color #D179C2: hue angle of 310.23º 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 #D179C2 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 194 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.18 |
| HSL | 310.23º | 0.49% | 0.65% | - |
| HSV(B) | 310.23º | 0.42% | 0.82% | - |
| XYZ | 42.87 | 31.13 | 54.79 | - |
| YUV | 155.63 | 149.65 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 194 | 0 | 0.42 | 0.07 | 0.18 | 310.23 | 0.49 | 0.65 |
| Hex | D1 | 79 | C2 | 0 | 2A | 7 | 12 | 136 | 31 | 41 |
| Octal | 321 | 171 | 302 | 0 | 52 | 7 | 22 | 466 | 61 | 101 |
| Binary | 11010001 | 1111001 | 11000010 | 0 | 101010 | 111 | 10010 | 100110110 | 110001 | 1000001 |
Color Harmonies of #D179C2
Complementary color
Monochromatic Colors of #D179C2
Black with #D179C2
Text Example
Text Example
White with #D179C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D179C2; }
p { color: rgb(209,121,194); }
H1.HeaderClassName
{
color: #D179C2;
}
.AnyTagClassName
{
color: #D179C2;
}
</style>
background-color css
<style>
a { background-color: #D179C2; }
a { background-color: rgb(209,121,194); }
div.DivClassName
{
background-color: #D179C2;
}
.BgClassName
{
background-color: #D179C2;
}
</style>
border-color css
<style>
span { border-color: #D179C2; }
span { border-color: rgb(209,121,194); }
td.TdClassName
{
border-color: #D179C2;
}
.TagClassName
{
border-color: #D179C2;
}
</style>