Shades of Orchid #D17ED6
Tints of Orchid #D17ED6
RGB
CMYK
RGB Variations
Color information
#D17ED6 (or 0xD17ED6) is known color: Orchid. HEX triplet: D1, 7E and D6. RGB value is (209,126,214). Sum of RGB (Red+Green+Blue) = 209+126+214=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #D17ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ED6 is #2E8129. Grayscale: #A0A0A0. Windows color (decimal): -3047722 or 14057169. OLE color: 14057169.
HSL color Cylindrical-coordinate representation of color #D17ED6: hue angle of 296.59º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17ED6 is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 126 | 214 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.16 |
| HSL | 296.59º | 0.52% | 0.67% | - |
| HSV(B) | 296.59º | 0.41% | 0.84% | - |
| XYZ | 45.89 | 33.33 | 67.63 | - |
| YUV | 160.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 214 | 0.02 | 0.41 | 0 | 0.16 | 296.59 | 0.52 | 0.67 |
| Hex | D1 | 7E | D6 | 2 | 29 | 0 | 10 | 129 | 34 | 43 |
| Octal | 321 | 176 | 326 | 2 | 51 | 0 | 20 | 451 | 64 | 103 |
| Binary | 11010001 | 1111110 | 11010110 | 10 | 101001 | 0 | 10000 | 100101001 | 110100 | 1000011 |
Color Harmonies of #D17ED6
Complementary color
Monochromatic Colors of #D17ED6
Black with #D17ED6
Text Example
Text Example
White with #D17ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17ED6; }
p { color: rgb(209,126,214); }
H1.HeaderClassName
{
color: #D17ED6;
}
.AnyTagClassName
{
color: #D17ED6;
}
</style>
background-color css
<style>
a { background-color: #D17ED6; }
a { background-color: rgb(209,126,214); }
div.DivClassName
{
background-color: #D17ED6;
}
.BgClassName
{
background-color: #D17ED6;
}
</style>
border-color css
<style>
span { border-color: #D17ED6; }
span { border-color: rgb(209,126,214); }
td.TdClassName
{
border-color: #D17ED6;
}
.TagClassName
{
border-color: #D17ED6;
}
</style>