Shades of Orchid #D173B6
Tints of Orchid #D173B6
RGB
CMYK
RGB Variations
Color information
#D173B6 (or 0xD173B6) is known color: Orchid. HEX triplet: D1, 73 and B6. RGB value is (209,115,182). Sum of RGB (Red+Green+Blue) = 209+115+182=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D173B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173B6 is #2E8C49. Grayscale: #969696. Windows color (decimal): -3050570 or 11957201. OLE color: 11957201.
HSL color Cylindrical-coordinate representation of color #D173B6: hue angle of 317.23º 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 #D173B6 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 182 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.18 |
| HSL | 317.23º | 0.51% | 0.64% | - |
| HSV(B) | 317.23º | 0.45% | 0.82% | - |
| XYZ | 40.87 | 29.19 | 47.74 | - |
| YUV | 150.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 182 | 0 | 0.45 | 0.13 | 0.18 | 317.23 | 0.51 | 0.64 |
| Hex | D1 | 73 | B6 | 0 | 2D | D | 12 | 13D | 33 | 40 |
| Octal | 321 | 163 | 266 | 0 | 55 | 15 | 22 | 475 | 63 | 100 |
| Binary | 11010001 | 1110011 | 10110110 | 0 | 101101 | 1101 | 10010 | 100111101 | 110011 | 1000000 |
Color Harmonies of #D173B6
Complementary color
Monochromatic Colors of #D173B6
Black with #D173B6
Text Example
Text Example
White with #D173B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173B6; }
p { color: rgb(209,115,182); }
H1.HeaderClassName
{
color: #D173B6;
}
.AnyTagClassName
{
color: #D173B6;
}
</style>
background-color css
<style>
a { background-color: #D173B6; }
a { background-color: rgb(209,115,182); }
div.DivClassName
{
background-color: #D173B6;
}
.BgClassName
{
background-color: #D173B6;
}
</style>
border-color css
<style>
span { border-color: #D173B6; }
span { border-color: rgb(209,115,182); }
td.TdClassName
{
border-color: #D173B6;
}
.TagClassName
{
border-color: #D173B6;
}
</style>