Shades of Orchid #D17DBE
Tints of Orchid #D17DBE
RGB
CMYK
RGB Variations
Color information
#D17DBE (or 0xD17DBE) is known color: Orchid. HEX triplet: D1, 7D and BE. RGB value is (209,125,190). Sum of RGB (Red+Green+Blue) = 209+125+190=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D17DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DBE is #2E8241. Grayscale: #9D9D9D. Windows color (decimal): -3048002 or 12484049. OLE color: 12484049.
HSL color Cylindrical-coordinate representation of color #D17DBE: hue angle of 313.57º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17DBE is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 190 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.18 |
| HSL | 313.57º | 0.48% | 0.65% | - |
| HSV(B) | 313.57º | 0.4% | 0.82% | - |
| XYZ | 42.92 | 31.94 | 52.62 | - |
| YUV | 157.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 190 | 0 | 0.40 | 0.09 | 0.18 | 313.57 | 0.48 | 0.65 |
| Hex | D1 | 7D | BE | 0 | 28 | 9 | 12 | 13A | 30 | 41 |
| Octal | 321 | 175 | 276 | 0 | 50 | 11 | 22 | 472 | 60 | 101 |
| Binary | 11010001 | 1111101 | 10111110 | 0 | 101000 | 1001 | 10010 | 100111010 | 110000 | 1000001 |
Color Harmonies of #D17DBE
Complementary color
Monochromatic Colors of #D17DBE
Black with #D17DBE
Text Example
Text Example
White with #D17DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17DBE; }
p { color: rgb(209,125,190); }
H1.HeaderClassName
{
color: #D17DBE;
}
.AnyTagClassName
{
color: #D17DBE;
}
</style>
background-color css
<style>
a { background-color: #D17DBE; }
a { background-color: rgb(209,125,190); }
div.DivClassName
{
background-color: #D17DBE;
}
.BgClassName
{
background-color: #D17DBE;
}
</style>
border-color css
<style>
span { border-color: #D17DBE; }
span { border-color: rgb(209,125,190); }
td.TdClassName
{
border-color: #D17DBE;
}
.TagClassName
{
border-color: #D17DBE;
}
</style>