Shades of Orchid #D172BB
Tints of Orchid #D172BB
RGB
CMYK
RGB Variations
Color information
#D172BB (or 0xD172BB) is known color: Orchid. HEX triplet: D1, 72 and BB. RGB value is (209,114,187). Sum of RGB (Red+Green+Blue) = 209+114+187=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D172BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172BB is #2E8D44. Grayscale: #969696. Windows color (decimal): -3050821 or 12284625. OLE color: 12284625.
HSL color Cylindrical-coordinate representation of color #D172BB: hue angle of 313.89º 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 #D172BB is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 187 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.18 |
| HSL | 313.89º | 0.51% | 0.63% | - |
| HSV(B) | 313.89º | 0.45% | 0.82% | - |
| XYZ | 41.28 | 29.18 | 50.47 | - |
| YUV | 150.73 | 148.47 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 187 | 0 | 0.45 | 0.11 | 0.18 | 313.89 | 0.51 | 0.63 |
| Hex | D1 | 72 | BB | 0 | 2D | B | 12 | 13A | 33 | 3F |
| Octal | 321 | 162 | 273 | 0 | 55 | 13 | 22 | 472 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10111011 | 0 | 101101 | 1011 | 10010 | 100111010 | 110011 | 111111 |
Color Harmonies of #D172BB
Complementary color
Monochromatic Colors of #D172BB
Black with #D172BB
Text Example
Text Example
White with #D172BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172BB; }
p { color: rgb(209,114,187); }
H1.HeaderClassName
{
color: #D172BB;
}
.AnyTagClassName
{
color: #D172BB;
}
</style>
background-color css
<style>
a { background-color: #D172BB; }
a { background-color: rgb(209,114,187); }
div.DivClassName
{
background-color: #D172BB;
}
.BgClassName
{
background-color: #D172BB;
}
</style>
border-color css
<style>
span { border-color: #D172BB; }
span { border-color: rgb(209,114,187); }
td.TdClassName
{
border-color: #D172BB;
}
.TagClassName
{
border-color: #D172BB;
}
</style>