Shades of Orchid #D179BE
Tints of Orchid #D179BE
RGB
CMYK
RGB Variations
Color information
#D179BE (or 0xD179BE) is known color: Orchid. HEX triplet: D1, 79 and BE. RGB value is (209,121,190). Sum of RGB (Red+Green+Blue) = 209+121+190=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D179BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179BE is #2E8641. Grayscale: #9A9A9A. Windows color (decimal): -3049026 or 12483025. OLE color: 12483025.
HSL color Cylindrical-coordinate representation of color #D179BE: hue angle of 312.95º 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 #D179BE is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 121 | 190 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.18 |
| HSL | 312.95º | 0.49% | 0.65% | - |
| HSV(B) | 312.95º | 0.42% | 0.82% | - |
| XYZ | 42.43 | 30.95 | 52.45 | - |
| YUV | 155.18 | 147.65 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 190 | 0 | 0.42 | 0.09 | 0.18 | 312.95 | 0.49 | 0.65 |
| Hex | D1 | 79 | BE | 0 | 2A | 9 | 12 | 139 | 31 | 41 |
| Octal | 321 | 171 | 276 | 0 | 52 | 11 | 22 | 471 | 61 | 101 |
| Binary | 11010001 | 1111001 | 10111110 | 0 | 101010 | 1001 | 10010 | 100111001 | 110001 | 1000001 |
Color Harmonies of #D179BE
Complementary color
Monochromatic Colors of #D179BE
Black with #D179BE
Text Example
Text Example
White with #D179BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D179BE; }
p { color: rgb(209,121,190); }
H1.HeaderClassName
{
color: #D179BE;
}
.AnyTagClassName
{
color: #D179BE;
}
</style>
background-color css
<style>
a { background-color: #D179BE; }
a { background-color: rgb(209,121,190); }
div.DivClassName
{
background-color: #D179BE;
}
.BgClassName
{
background-color: #D179BE;
}
</style>
border-color css
<style>
span { border-color: #D179BE; }
span { border-color: rgb(209,121,190); }
td.TdClassName
{
border-color: #D179BE;
}
.TagClassName
{
border-color: #D179BE;
}
</style>