Shades of Orchid #D177C2
Tints of Orchid #D177C2
RGB
CMYK
RGB Variations
Color information
#D177C2 (or 0xD177C2) is known color: Orchid. HEX triplet: D1, 77 and C2. RGB value is (209,119,194). Sum of RGB (Red+Green+Blue) = 209+119+194=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D177C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D177C2 is #2E883D. Grayscale: #9A9A9A. Windows color (decimal): -3049534 or 12744657. OLE color: 12744657.
HSL color Cylindrical-coordinate representation of color #D177C2: hue angle of 310º 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 #D177C2 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 119 | 194 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.18 |
| HSL | 310º | 0.49% | 0.64% | - |
| HSV(B) | 310º | 0.43% | 0.82% | - |
| XYZ | 42.63 | 30.64 | 54.71 | - |
| YUV | 154.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 194 | 0 | 0.43 | 0.07 | 0.18 | 310 | 0.49 | 0.64 |
| Hex | D1 | 77 | C2 | 0 | 2B | 7 | 12 | 136 | 31 | 40 |
| Octal | 321 | 167 | 302 | 0 | 53 | 7 | 22 | 466 | 61 | 100 |
| Binary | 11010001 | 1110111 | 11000010 | 0 | 101011 | 111 | 10010 | 100110110 | 110001 | 1000000 |
Color Harmonies of #D177C2
Complementary color
Monochromatic Colors of #D177C2
Black with #D177C2
Text Example
Text Example
White with #D177C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D177C2; }
p { color: rgb(209,119,194); }
H1.HeaderClassName
{
color: #D177C2;
}
.AnyTagClassName
{
color: #D177C2;
}
</style>
background-color css
<style>
a { background-color: #D177C2; }
a { background-color: rgb(209,119,194); }
div.DivClassName
{
background-color: #D177C2;
}
.BgClassName
{
background-color: #D177C2;
}
</style>
border-color css
<style>
span { border-color: #D177C2; }
span { border-color: rgb(209,119,194); }
td.TdClassName
{
border-color: #D177C2;
}
.TagClassName
{
border-color: #D177C2;
}
</style>