Shades of Orchid #D172BD
Tints of Orchid #D172BD
RGB
CMYK
RGB Variations
Color information
#D172BD (or 0xD172BD) is known color: Orchid. HEX triplet: D1, 72 and BD. RGB value is (209,114,189). Sum of RGB (Red+Green+Blue) = 209+114+189=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 209 - color contains mainly: red. Hex color #D172BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D172BD is #2E8D42. Grayscale: #969696. Windows color (decimal): -3050819 or 12415697. OLE color: 12415697.
HSL color Cylindrical-coordinate representation of color #D172BD: hue angle of 312.63º 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 #D172BD is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 114 | 189 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.18 |
| HSL | 312.63º | 0.51% | 0.63% | - |
| HSV(B) | 312.63º | 0.45% | 0.82% | - |
| XYZ | 41.5 | 29.26 | 51.61 | - |
| YUV | 150.96 | 149.47 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 189 | 0 | 0.45 | 0.10 | 0.18 | 312.63 | 0.51 | 0.63 |
| Hex | D1 | 72 | BD | 0 | 2D | A | 12 | 139 | 33 | 3F |
| Octal | 321 | 162 | 275 | 0 | 55 | 12 | 22 | 471 | 63 | 77 |
| Binary | 11010001 | 1110010 | 10111101 | 0 | 101101 | 1010 | 10010 | 100111001 | 110011 | 111111 |
Color Harmonies of #D172BD
Complementary color
Monochromatic Colors of #D172BD
Black with #D172BD
Text Example
Text Example
White with #D172BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172BD; }
p { color: rgb(209,114,189); }
H1.HeaderClassName
{
color: #D172BD;
}
.AnyTagClassName
{
color: #D172BD;
}
</style>
background-color css
<style>
a { background-color: #D172BD; }
a { background-color: rgb(209,114,189); }
div.DivClassName
{
background-color: #D172BD;
}
.BgClassName
{
background-color: #D172BD;
}
</style>
border-color css
<style>
span { border-color: #D172BD; }
span { border-color: rgb(209,114,189); }
td.TdClassName
{
border-color: #D172BD;
}
.TagClassName
{
border-color: #D172BD;
}
</style>