Shades of Orchid #D172BC
Tints of Orchid #D172BC
RGB
CMYK
RGB Variations
Color information
#D172BC (or 0xD172BC) is known color: Orchid. HEX triplet: D1, 72 and BC. RGB value is (209,114,188). Sum of RGB (Red+Green+Blue) = 209+114+188=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D172BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172BC is #2E8D43. Grayscale: #969696. Windows color (decimal): -3050820 or 12350161. OLE color: 12350161.
HSL color Cylindrical-coordinate representation of color #D172BC: hue angle of 313.26º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D172BC is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 188 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.18 |
| HSL | 313.26º | 0.51% | 0.63% | - |
| HSV(B) | 313.26º | 0.45% | 0.82% | - |
| XYZ | 41.39 | 29.22 | 51.04 | - |
| YUV | 150.84 | 148.97 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 188 | 0 | 0.45 | 0.10 | 0.18 | 313.26 | 0.51 | 0.63 |
| Hex | D1 | 72 | BC | 0 | 2D | A | 12 | 139 | 33 | 3F |
| Octal | 321 | 162 | 274 | 0 | 55 | 12 | 22 | 471 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10111100 | 0 | 101101 | 1010 | 10010 | 100111001 | 110011 | 111111 |
Color Harmonies of #D172BC
Complementary color
Monochromatic Colors of #D172BC
Black with #D172BC
Text Example
Text Example
White with #D172BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172BC; }
p { color: rgb(209,114,188); }
H1.HeaderClassName
{
color: #D172BC;
}
.AnyTagClassName
{
color: #D172BC;
}
</style>
background-color css
<style>
a { background-color: #D172BC; }
a { background-color: rgb(209,114,188); }
div.DivClassName
{
background-color: #D172BC;
}
.BgClassName
{
background-color: #D172BC;
}
</style>
border-color css
<style>
span { border-color: #D172BC; }
span { border-color: rgb(209,114,188); }
td.TdClassName
{
border-color: #D172BC;
}
.TagClassName
{
border-color: #D172BC;
}
</style>