Shades of Orchid #D17FBE
Tints of Orchid #D17FBE
RGB
CMYK
RGB Variations
Color information
#D17FBE (or 0xD17FBE) is known color: Orchid. HEX triplet: D1, 7F and BE. RGB value is (209,127,190). Sum of RGB (Red+Green+Blue) = 209+127+190=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 127 (50% from 255 or 24.14% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17FBE is #2E8041. Grayscale: #9E9E9E. Windows color (decimal): -3047490 or 12484561. OLE color: 12484561.
HSL color Cylindrical-coordinate representation of color #D17FBE: hue angle of 313.9º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D17FBE is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 127 | 190 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.18 |
| HSL | 313.9º | 0.47% | 0.66% | - |
| HSV(B) | 313.9º | 0.39% | 0.82% | - |
| XYZ | 43.18 | 32.45 | 52.7 | - |
| YUV | 158.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 190 | 0 | 0.39 | 0.09 | 0.18 | 313.9 | 0.47 | 0.66 |
| Hex | D1 | 7F | BE | 0 | 27 | 9 | 12 | 13A | 2F | 42 |
| Octal | 321 | 177 | 276 | 0 | 47 | 11 | 22 | 472 | 57 | 102 |
| Binary | 11010001 | 1111111 | 10111110 | 0 | 100111 | 1001 | 10010 | 100111010 | 101111 | 1000010 |
Color Harmonies of #D17FBE
Complementary color
Monochromatic Colors of #D17FBE
Black with #D17FBE
Text Example
Text Example
White with #D17FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FBE; }
p { color: rgb(209,127,190); }
H1.HeaderClassName
{
color: #D17FBE;
}
.AnyTagClassName
{
color: #D17FBE;
}
</style>
background-color css
<style>
a { background-color: #D17FBE; }
a { background-color: rgb(209,127,190); }
div.DivClassName
{
background-color: #D17FBE;
}
.BgClassName
{
background-color: #D17FBE;
}
</style>
border-color css
<style>
span { border-color: #D17FBE; }
span { border-color: rgb(209,127,190); }
td.TdClassName
{
border-color: #D17FBE;
}
.TagClassName
{
border-color: #D17FBE;
}
</style>