Shades of Orchid #D17EBE
Tints of Orchid #D17EBE
RGB
CMYK
RGB Variations
Color information
#D17EBE (or 0xD17EBE) is known color: Orchid. HEX triplet: D1, 7E and BE. RGB value is (209,126,190). Sum of RGB (Red+Green+Blue) = 209+126+190=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D17EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17EBE is #2E8141. Grayscale: #9D9D9D. Windows color (decimal): -3047746 or 12484305. OLE color: 12484305.
HSL color Cylindrical-coordinate representation of color #D17EBE: hue angle of 313.73º 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 #D17EBE is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 126 | 190 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.18 |
| HSL | 313.73º | 0.47% | 0.66% | - |
| HSV(B) | 313.73º | 0.4% | 0.82% | - |
| XYZ | 43.05 | 32.19 | 52.66 | - |
| YUV | 158.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 126 | 190 | 0 | 0.40 | 0.09 | 0.18 | 313.73 | 0.47 | 0.66 |
| Hex | D1 | 7E | BE | 0 | 28 | 9 | 12 | 13A | 2F | 42 |
| Octal | 321 | 176 | 276 | 0 | 50 | 11 | 22 | 472 | 57 | 102 |
| Binary | 11010001 | 1111110 | 10111110 | 0 | 101000 | 1001 | 10010 | 100111010 | 101111 | 1000010 |
Color Harmonies of #D17EBE
Complementary color
Monochromatic Colors of #D17EBE
Black with #D17EBE
Text Example
Text Example
White with #D17EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17EBE; }
p { color: rgb(209,126,190); }
H1.HeaderClassName
{
color: #D17EBE;
}
.AnyTagClassName
{
color: #D17EBE;
}
</style>
background-color css
<style>
a { background-color: #D17EBE; }
a { background-color: rgb(209,126,190); }
div.DivClassName
{
background-color: #D17EBE;
}
.BgClassName
{
background-color: #D17EBE;
}
</style>
border-color css
<style>
span { border-color: #D17EBE; }
span { border-color: rgb(209,126,190); }
td.TdClassName
{
border-color: #D17EBE;
}
.TagClassName
{
border-color: #D17EBE;
}
</style>