Shades of Orchid #D173BE
Tints of Orchid #D173BE
RGB
CMYK
RGB Variations
Color information
#D173BE (or 0xD173BE) is known color: Orchid. HEX triplet: D1, 73 and BE. RGB value is (209,115,190). Sum of RGB (Red+Green+Blue) = 209+115+190=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D173BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173BE is #2E8C41. Grayscale: #979797. Windows color (decimal): -3050562 or 12481489. OLE color: 12481489.
HSL color Cylindrical-coordinate representation of color #D173BE: hue angle of 312.13º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D173BE is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 190 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.18 |
| HSL | 312.13º | 0.51% | 0.64% | - |
| HSV(B) | 312.13º | 0.45% | 0.82% | - |
| XYZ | 41.72 | 29.53 | 52.22 | - |
| YUV | 151.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 190 | 0 | 0.45 | 0.09 | 0.18 | 312.13 | 0.51 | 0.64 |
| Hex | D1 | 73 | BE | 0 | 2D | 9 | 12 | 138 | 33 | 40 |
| Octal | 321 | 163 | 276 | 0 | 55 | 11 | 22 | 470 | 63 | 100 |
| Binary | 11010001 | 1110011 | 10111110 | 0 | 101101 | 1001 | 10010 | 100111000 | 110011 | 1000000 |
Color Harmonies of #D173BE
Complementary color
Monochromatic Colors of #D173BE
Black with #D173BE
Text Example
Text Example
White with #D173BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173BE; }
p { color: rgb(209,115,190); }
H1.HeaderClassName
{
color: #D173BE;
}
.AnyTagClassName
{
color: #D173BE;
}
</style>
background-color css
<style>
a { background-color: #D173BE; }
a { background-color: rgb(209,115,190); }
div.DivClassName
{
background-color: #D173BE;
}
.BgClassName
{
background-color: #D173BE;
}
</style>
border-color css
<style>
span { border-color: #D173BE; }
span { border-color: rgb(209,115,190); }
td.TdClassName
{
border-color: #D173BE;
}
.TagClassName
{
border-color: #D173BE;
}
</style>