Shades of Orchid #D17EC7
Tints of Orchid #D17EC7
RGB
CMYK
RGB Variations
Color information
#D17EC7 (or 0xD17EC7) is known color: Orchid. HEX triplet: D1, 7E and C7. RGB value is (209,126,199). Sum of RGB (Red+Green+Blue) = 209+126+199=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D17EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EC7 is #2E8138. Grayscale: #9E9E9E. Windows color (decimal): -3047737 or 13074129. OLE color: 13074129.
HSL color Cylindrical-coordinate representation of color #D17EC7: hue angle of 307.23º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17EC7 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 199 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.18 |
| HSL | 307.23º | 0.47% | 0.66% | - |
| HSV(B) | 307.23º | 0.4% | 0.82% | - |
| XYZ | 44.06 | 32.6 | 58 | - |
| YUV | 159.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 199 | 0 | 0.40 | 0.05 | 0.18 | 307.23 | 0.47 | 0.66 |
| Hex | D1 | 7E | C7 | 0 | 28 | 5 | 12 | 133 | 2F | 42 |
| Octal | 321 | 176 | 307 | 0 | 50 | 5 | 22 | 463 | 57 | 102 |
| Binary | 11010001 | 1111110 | 11000111 | 0 | 101000 | 101 | 10010 | 100110011 | 101111 | 1000010 |
Color Harmonies of #D17EC7
Complementary color
Monochromatic Colors of #D17EC7
Black with #D17EC7
Text Example
Text Example
White with #D17EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17EC7; }
p { color: rgb(209,126,199); }
H1.HeaderClassName
{
color: #D17EC7;
}
.AnyTagClassName
{
color: #D17EC7;
}
</style>
background-color css
<style>
a { background-color: #D17EC7; }
a { background-color: rgb(209,126,199); }
div.DivClassName
{
background-color: #D17EC7;
}
.BgClassName
{
background-color: #D17EC7;
}
</style>
border-color css
<style>
span { border-color: #D17EC7; }
span { border-color: rgb(209,126,199); }
td.TdClassName
{
border-color: #D17EC7;
}
.TagClassName
{
border-color: #D17EC7;
}
</style>