Shades of Orchid #D17EC6
Tints of Orchid #D17EC6
RGB
CMYK
RGB Variations
Color information
#D17EC6 (or 0xD17EC6) is known color: Orchid. HEX triplet: D1, 7E and C6. RGB value is (209,126,198). Sum of RGB (Red+Green+Blue) = 209+126+198=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D17EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EC6 is #2E8139. Grayscale: #9E9E9E. Windows color (decimal): -3047738 or 13008593. OLE color: 13008593.
HSL color Cylindrical-coordinate representation of color #D17EC6: hue angle of 307.95º 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 #D17EC6 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 198 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.18 |
| HSL | 307.95º | 0.47% | 0.66% | - |
| HSV(B) | 307.95º | 0.4% | 0.82% | - |
| XYZ | 43.95 | 32.55 | 57.39 | - |
| YUV | 159.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 198 | 0 | 0.40 | 0.05 | 0.18 | 307.95 | 0.47 | 0.66 |
| Hex | D1 | 7E | C6 | 0 | 28 | 5 | 12 | 134 | 2F | 42 |
| Octal | 321 | 176 | 306 | 0 | 50 | 5 | 22 | 464 | 57 | 102 |
| Binary | 11010001 | 1111110 | 11000110 | 0 | 101000 | 101 | 10010 | 100110100 | 101111 | 1000010 |
Color Harmonies of #D17EC6
Complementary color
Monochromatic Colors of #D17EC6
Black with #D17EC6
Text Example
Text Example
White with #D17EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17EC6; }
p { color: rgb(209,126,198); }
H1.HeaderClassName
{
color: #D17EC6;
}
.AnyTagClassName
{
color: #D17EC6;
}
</style>
background-color css
<style>
a { background-color: #D17EC6; }
a { background-color: rgb(209,126,198); }
div.DivClassName
{
background-color: #D17EC6;
}
.BgClassName
{
background-color: #D17EC6;
}
</style>
border-color css
<style>
span { border-color: #D17EC6; }
span { border-color: rgb(209,126,198); }
td.TdClassName
{
border-color: #D17EC6;
}
.TagClassName
{
border-color: #D17EC6;
}
</style>