Shades of Orchid #D177DB
Tints of Orchid #D177DB
RGB
CMYK
RGB Variations
Color information
#D177DB (or 0xD177DB) is known color: Orchid. HEX triplet: D1, 77 and DB. RGB value is (209,119,219). Sum of RGB (Red+Green+Blue) = 209+119+219=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #D177DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177DB is #2E8824. Grayscale: #9D9D9D. Windows color (decimal): -3049509 or 14383057. OLE color: 14383057.
HSL color Cylindrical-coordinate representation of color #D177DB: hue angle of 294º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D177DB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 119 | 219 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.14 |
| HSL | 294º | 0.58% | 0.66% | - |
| HSV(B) | 294º | 0.46% | 0.86% | - |
| XYZ | 45.68 | 31.86 | 70.76 | - |
| YUV | 157.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 219 | 0.05 | 0.46 | 0 | 0.14 | 294 | 0.58 | 0.66 |
| Hex | D1 | 77 | DB | 5 | 2E | 0 | E | 126 | 3A | 42 |
| Octal | 321 | 167 | 333 | 5 | 56 | 0 | 16 | 446 | 72 | 102 |
| Binary | 11010001 | 1110111 | 11011011 | 101 | 101110 | 0 | 1110 | 100100110 | 111010 | 1000010 |
Color Harmonies of #D177DB
Complementary color
Monochromatic Colors of #D177DB
Black with #D177DB
Text Example
Text Example
White with #D177DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D177DB; }
p { color: rgb(209,119,219); }
H1.HeaderClassName
{
color: #D177DB;
}
.AnyTagClassName
{
color: #D177DB;
}
</style>
background-color css
<style>
a { background-color: #D177DB; }
a { background-color: rgb(209,119,219); }
div.DivClassName
{
background-color: #D177DB;
}
.BgClassName
{
background-color: #D177DB;
}
</style>
border-color css
<style>
span { border-color: #D177DB; }
span { border-color: rgb(209,119,219); }
td.TdClassName
{
border-color: #D177DB;
}
.TagClassName
{
border-color: #D177DB;
}
</style>