Shades of Orchid #D172BF
Tints of Orchid #D172BF
RGB
CMYK
RGB Variations
Color information
#D172BF (or 0xD172BF) is known color: Orchid. HEX triplet: D1, 72 and BF. RGB value is (209,114,191). Sum of RGB (Red+Green+Blue) = 209+114+191=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D172BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172BF is #2E8D40. Grayscale: #969696. Windows color (decimal): -3050817 or 12546769. OLE color: 12546769.
HSL color Cylindrical-coordinate representation of color #D172BF: hue angle of 311.37º 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 #D172BF is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 191 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.18 |
| HSL | 311.37º | 0.51% | 0.63% | - |
| HSV(B) | 311.37º | 0.45% | 0.82% | - |
| XYZ | 41.72 | 29.35 | 52.76 | - |
| YUV | 151.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 191 | 0 | 0.45 | 0.09 | 0.18 | 311.37 | 0.51 | 0.63 |
| Hex | D1 | 72 | BF | 0 | 2D | 9 | 12 | 137 | 33 | 3F |
| Octal | 321 | 162 | 277 | 0 | 55 | 11 | 22 | 467 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10111111 | 0 | 101101 | 1001 | 10010 | 100110111 | 110011 | 111111 |
Color Harmonies of #D172BF
Complementary color
Monochromatic Colors of #D172BF
Black with #D172BF
Text Example
Text Example
White with #D172BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172BF; }
p { color: rgb(209,114,191); }
H1.HeaderClassName
{
color: #D172BF;
}
.AnyTagClassName
{
color: #D172BF;
}
</style>
background-color css
<style>
a { background-color: #D172BF; }
a { background-color: rgb(209,114,191); }
div.DivClassName
{
background-color: #D172BF;
}
.BgClassName
{
background-color: #D172BF;
}
</style>
border-color css
<style>
span { border-color: #D172BF; }
span { border-color: rgb(209,114,191); }
td.TdClassName
{
border-color: #D172BF;
}
.TagClassName
{
border-color: #D172BF;
}
</style>