Shades of Orchid #D177BE
Tints of Orchid #D177BE
RGB
CMYK
RGB Variations
Color information
#D177BE (or 0xD177BE) is known color: Orchid. HEX triplet: D1, 77 and BE. RGB value is (209,119,190). Sum of RGB (Red+Green+Blue) = 209+119+190=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D177BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177BE is #2E8841. Grayscale: #999999. Windows color (decimal): -3049538 or 12482513. OLE color: 12482513.
HSL color Cylindrical-coordinate representation of color #D177BE: hue angle of 312.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D177BE is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 190 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.18 |
| HSL | 312.67º | 0.49% | 0.64% | - |
| HSV(B) | 312.67º | 0.43% | 0.82% | - |
| XYZ | 42.19 | 30.47 | 52.37 | - |
| YUV | 154 | 148.32 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 190 | 0 | 0.43 | 0.09 | 0.18 | 312.67 | 0.49 | 0.64 |
| Hex | D1 | 77 | BE | 0 | 2B | 9 | 12 | 139 | 31 | 40 |
| Octal | 321 | 167 | 276 | 0 | 53 | 11 | 22 | 471 | 61 | 100 |
| Binary | 11010001 | 1110111 | 10111110 | 0 | 101011 | 1001 | 10010 | 100111001 | 110001 | 1000000 |
Color Harmonies of #D177BE
Complementary color
Monochromatic Colors of #D177BE
Black with #D177BE
Text Example
Text Example
White with #D177BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D177BE; }
p { color: rgb(209,119,190); }
H1.HeaderClassName
{
color: #D177BE;
}
.AnyTagClassName
{
color: #D177BE;
}
</style>
background-color css
<style>
a { background-color: #D177BE; }
a { background-color: rgb(209,119,190); }
div.DivClassName
{
background-color: #D177BE;
}
.BgClassName
{
background-color: #D177BE;
}
</style>
border-color css
<style>
span { border-color: #D177BE; }
span { border-color: rgb(209,119,190); }
td.TdClassName
{
border-color: #D177BE;
}
.TagClassName
{
border-color: #D177BE;
}
</style>