Shades of Orchid #D177D6
Tints of Orchid #D177D6
RGB
CMYK
RGB Variations
Color information
#D177D6 (or 0xD177D6) is known color: Orchid. HEX triplet: D1, 77 and D6. RGB value is (209,119,214). Sum of RGB (Red+Green+Blue) = 209+119+214=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 214 - color contains mainly: blue. Hex color #D177D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177D6 is #2E8829. Grayscale: #9C9C9C. Windows color (decimal): -3049514 or 14055377. OLE color: 14055377.
HSL color Cylindrical-coordinate representation of color #D177D6: hue angle of 296.84º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D177D6 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 119 | 214 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.16 |
| HSL | 296.84º | 0.54% | 0.65% | - |
| HSV(B) | 296.84º | 0.44% | 0.84% | - |
| XYZ | 45.03 | 31.6 | 67.35 | - |
| YUV | 156.74 | 160.32 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 214 | 0.02 | 0.44 | 0 | 0.16 | 296.84 | 0.54 | 0.65 |
| Hex | D1 | 77 | D6 | 2 | 2C | 0 | 10 | 129 | 36 | 41 |
| Octal | 321 | 167 | 326 | 2 | 54 | 0 | 20 | 451 | 66 | 101 |
| Binary | 11010001 | 1110111 | 11010110 | 10 | 101100 | 0 | 10000 | 100101001 | 110110 | 1000001 |
Color Harmonies of #D177D6
Complementary color
Monochromatic Colors of #D177D6
Black with #D177D6
Text Example
Text Example
White with #D177D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D177D6; }
p { color: rgb(209,119,214); }
H1.HeaderClassName
{
color: #D177D6;
}
.AnyTagClassName
{
color: #D177D6;
}
</style>
background-color css
<style>
a { background-color: #D177D6; }
a { background-color: rgb(209,119,214); }
div.DivClassName
{
background-color: #D177D6;
}
.BgClassName
{
background-color: #D177D6;
}
</style>
border-color css
<style>
span { border-color: #D177D6; }
span { border-color: rgb(209,119,214); }
td.TdClassName
{
border-color: #D177D6;
}
.TagClassName
{
border-color: #D177D6;
}
</style>