Shades of Orchid #D171BC
Tints of Orchid #D171BC
RGB
CMYK
RGB Variations
Color information
#D171BC (or 0xD171BC) is known color: Orchid. HEX triplet: D1, 71 and BC. RGB value is (209,113,188). Sum of RGB (Red+Green+Blue) = 209+113+188=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D171BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171BC is #2E8E43. Grayscale: #969696. Windows color (decimal): -3051076 or 12349905. OLE color: 12349905.
HSL color Cylindrical-coordinate representation of color #D171BC: hue angle of 313.12º 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 #D171BC is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 188 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.18 |
| HSL | 313.13º | 0.51% | 0.63% | - |
| HSV(B) | 313.13º | 0.46% | 0.82% | - |
| XYZ | 41.28 | 29 | 51 | - |
| YUV | 150.25 | 149.3 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 188 | 0 | 0.46 | 0.10 | 0.18 | 313.13 | 0.51 | 0.63 |
| Hex | D1 | 71 | BC | 0 | 2E | A | 12 | 139 | 33 | 3F |
| Octal | 321 | 161 | 274 | 0 | 56 | 12 | 22 | 471 | 63 | 77 |
| Binary | 11010001 | 1110001 | 10111100 | 0 | 101110 | 1010 | 10010 | 100111001 | 110011 | 111111 |
Color Harmonies of #D171BC
Complementary color
Monochromatic Colors of #D171BC
Black with #D171BC
Text Example
Text Example
White with #D171BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171BC; }
p { color: rgb(209,113,188); }
H1.HeaderClassName
{
color: #D171BC;
}
.AnyTagClassName
{
color: #D171BC;
}
</style>
background-color css
<style>
a { background-color: #D171BC; }
a { background-color: rgb(209,113,188); }
div.DivClassName
{
background-color: #D171BC;
}
.BgClassName
{
background-color: #D171BC;
}
</style>
border-color css
<style>
span { border-color: #D171BC; }
span { border-color: rgb(209,113,188); }
td.TdClassName
{
border-color: #D171BC;
}
.TagClassName
{
border-color: #D171BC;
}
</style>