Shades of Orchid #D179C4
Tints of Orchid #D179C4
RGB
CMYK
RGB Variations
Color information
#D179C4 (or 0xD179C4) is known color: Orchid. HEX triplet: D1, 79 and C4. RGB value is (209,121,196). Sum of RGB (Red+Green+Blue) = 209+121+196=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D179C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179C4 is #2E863B. Grayscale: #9B9B9B. Windows color (decimal): -3049020 or 12876241. OLE color: 12876241.
HSL color Cylindrical-coordinate representation of color #D179C4: hue angle of 308.86º 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 #D179C4 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 196 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.18 |
| HSL | 308.86º | 0.49% | 0.65% | - |
| HSV(B) | 308.86º | 0.42% | 0.82% | - |
| XYZ | 43.1 | 31.22 | 55.98 | - |
| YUV | 155.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 196 | 0 | 0.42 | 0.06 | 0.18 | 308.86 | 0.49 | 0.65 |
| Hex | D1 | 79 | C4 | 0 | 2A | 6 | 12 | 135 | 31 | 41 |
| Octal | 321 | 171 | 304 | 0 | 52 | 6 | 22 | 465 | 61 | 101 |
| Binary | 11010001 | 1111001 | 11000100 | 0 | 101010 | 110 | 10010 | 100110101 | 110001 | 1000001 |
Color Harmonies of #D179C4
Complementary color
Monochromatic Colors of #D179C4
Black with #D179C4
Text Example
Text Example
White with #D179C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D179C4; }
p { color: rgb(209,121,196); }
H1.HeaderClassName
{
color: #D179C4;
}
.AnyTagClassName
{
color: #D179C4;
}
</style>
background-color css
<style>
a { background-color: #D179C4; }
a { background-color: rgb(209,121,196); }
div.DivClassName
{
background-color: #D179C4;
}
.BgClassName
{
background-color: #D179C4;
}
</style>
border-color css
<style>
span { border-color: #D179C4; }
span { border-color: rgb(209,121,196); }
td.TdClassName
{
border-color: #D179C4;
}
.TagClassName
{
border-color: #D179C4;
}
</style>