Shades of Orchid #D171BD
Tints of Orchid #D171BD
RGB
CMYK
RGB Variations
Color information
#D171BD (or 0xD171BD) is known color: Orchid. HEX triplet: D1, 71 and BD. RGB value is (209,113,189). Sum of RGB (Red+Green+Blue) = 209+113+189=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D171BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171BD is #2E8E42. Grayscale: #969696. Windows color (decimal): -3051075 or 12415441. OLE color: 12415441.
HSL color Cylindrical-coordinate representation of color #D171BD: hue angle of 312.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D171BD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 189 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.18 |
| HSL | 312.5º | 0.51% | 0.63% | - |
| HSV(B) | 312.5º | 0.46% | 0.82% | - |
| XYZ | 41.38 | 29.04 | 51.57 | - |
| YUV | 150.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 189 | 0 | 0.46 | 0.10 | 0.18 | 312.5 | 0.51 | 0.63 |
| Hex | D1 | 71 | BD | 0 | 2E | A | 12 | 138 | 33 | 3F |
| Octal | 321 | 161 | 275 | 0 | 56 | 12 | 22 | 470 | 63 | 77 |
| Binary | 11010001 | 1110001 | 10111101 | 0 | 101110 | 1010 | 10010 | 100111000 | 110011 | 111111 |
Color Harmonies of #D171BD
Complementary color
Monochromatic Colors of #D171BD
Black with #D171BD
Text Example
Text Example
White with #D171BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171BD; }
p { color: rgb(209,113,189); }
H1.HeaderClassName
{
color: #D171BD;
}
.AnyTagClassName
{
color: #D171BD;
}
</style>
background-color css
<style>
a { background-color: #D171BD; }
a { background-color: rgb(209,113,189); }
div.DivClassName
{
background-color: #D171BD;
}
.BgClassName
{
background-color: #D171BD;
}
</style>
border-color css
<style>
span { border-color: #D171BD; }
span { border-color: rgb(209,113,189); }
td.TdClassName
{
border-color: #D171BD;
}
.TagClassName
{
border-color: #D171BD;
}
</style>