Shades of Orchid #D170BC
Tints of Orchid #D170BC
RGB
CMYK
RGB Variations
Color information
#D170BC (or 0xD170BC) is known color: Orchid. HEX triplet: D1, 70 and BC. RGB value is (209,112,188). Sum of RGB (Red+Green+Blue) = 209+112+188=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D170BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D170BC is #2E8F43. Grayscale: #959595. Windows color (decimal): -3051332 or 12349649. OLE color: 12349649.
HSL color Cylindrical-coordinate representation of color #D170BC: hue angle of 312.99º 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 #D170BC is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 112 | 188 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.18 |
| HSL | 312.99º | 0.51% | 0.63% | - |
| HSV(B) | 312.99º | 0.46% | 0.82% | - |
| XYZ | 41.17 | 28.77 | 50.96 | - |
| YUV | 149.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 188 | 0 | 0.46 | 0.10 | 0.18 | 312.99 | 0.51 | 0.63 |
| Hex | D1 | 70 | BC | 0 | 2E | A | 12 | 139 | 33 | 3F |
| Octal | 321 | 160 | 274 | 0 | 56 | 12 | 22 | 471 | 63 | 77 |
| Binary | 11010001 | 1110000 | 10111100 | 0 | 101110 | 1010 | 10010 | 100111001 | 110011 | 111111 |
Color Harmonies of #D170BC
Complementary color
Monochromatic Colors of #D170BC
Black with #D170BC
Text Example
Text Example
White with #D170BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170BC; }
p { color: rgb(209,112,188); }
H1.HeaderClassName
{
color: #D170BC;
}
.AnyTagClassName
{
color: #D170BC;
}
</style>
background-color css
<style>
a { background-color: #D170BC; }
a { background-color: rgb(209,112,188); }
div.DivClassName
{
background-color: #D170BC;
}
.BgClassName
{
background-color: #D170BC;
}
</style>
border-color css
<style>
span { border-color: #D170BC; }
span { border-color: rgb(209,112,188); }
td.TdClassName
{
border-color: #D170BC;
}
.TagClassName
{
border-color: #D170BC;
}
</style>