Shades of Orchid #D179DB
Tints of Orchid #D179DB
RGB
CMYK
RGB Variations
Color information
#D179DB (or 0xD179DB) is known color: Orchid. HEX triplet: D1, 79 and DB. RGB value is (209,121,219). Sum of RGB (Red+Green+Blue) = 209+121+219=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #D179DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D179DB is #2E8624. Grayscale: #9E9E9E. Windows color (decimal): -3048997 or 14383569. OLE color: 14383569.
HSL color Cylindrical-coordinate representation of color #D179DB: hue angle of 293.88º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D179DB is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 121 | 219 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.14 |
| HSL | 293.88º | 0.58% | 0.67% | - |
| HSV(B) | 293.88º | 0.45% | 0.86% | - |
| XYZ | 45.92 | 32.34 | 70.84 | - |
| YUV | 158.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 219 | 0.05 | 0.45 | 0 | 0.14 | 293.88 | 0.58 | 0.67 |
| Hex | D1 | 79 | DB | 5 | 2D | 0 | E | 126 | 3A | 43 |
| Octal | 321 | 171 | 333 | 5 | 55 | 0 | 16 | 446 | 72 | 103 |
| Binary | 11010001 | 1111001 | 11011011 | 101 | 101101 | 0 | 1110 | 100100110 | 111010 | 1000011 |
Color Harmonies of #D179DB
Complementary color
Monochromatic Colors of #D179DB
Black with #D179DB
Text Example
Text Example
White with #D179DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D179DB; }
p { color: rgb(209,121,219); }
H1.HeaderClassName
{
color: #D179DB;
}
.AnyTagClassName
{
color: #D179DB;
}
</style>
background-color css
<style>
a { background-color: #D179DB; }
a { background-color: rgb(209,121,219); }
div.DivClassName
{
background-color: #D179DB;
}
.BgClassName
{
background-color: #D179DB;
}
</style>
border-color css
<style>
span { border-color: #D179DB; }
span { border-color: rgb(209,121,219); }
td.TdClassName
{
border-color: #D179DB;
}
.TagClassName
{
border-color: #D179DB;
}
</style>