Shades of Orchid #D173D7
Tints of Orchid #D173D7
RGB
CMYK
RGB Variations
Color information
#D173D7 (or 0xD173D7) is known color: Orchid. HEX triplet: D1, 73 and D7. RGB value is (209,115,215). Sum of RGB (Red+Green+Blue) = 209+115+215=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #D173D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173D7 is #2E8C28. Grayscale: #9A9A9A. Windows color (decimal): -3050537 or 14119889. OLE color: 14119889.
HSL color Cylindrical-coordinate representation of color #D173D7: hue angle of 296.4º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D173D7 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 115 | 215 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.16 |
| HSL | 296.4º | 0.56% | 0.65% | - |
| HSV(B) | 296.4º | 0.47% | 0.84% | - |
| XYZ | 44.69 | 30.72 | 67.86 | - |
| YUV | 154.51 | 162.14 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 215 | 0.03 | 0.47 | 0 | 0.16 | 296.4 | 0.56 | 0.65 |
| Hex | D1 | 73 | D7 | 3 | 2F | 0 | 10 | 128 | 38 | 41 |
| Octal | 321 | 163 | 327 | 3 | 57 | 0 | 20 | 450 | 70 | 101 |
| Binary | 11010001 | 1110011 | 11010111 | 11 | 101111 | 0 | 10000 | 100101000 | 111000 | 1000001 |
Color Harmonies of #D173D7
Complementary color
Monochromatic Colors of #D173D7
Black with #D173D7
Text Example
Text Example
White with #D173D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173D7; }
p { color: rgb(209,115,215); }
H1.HeaderClassName
{
color: #D173D7;
}
.AnyTagClassName
{
color: #D173D7;
}
</style>
background-color css
<style>
a { background-color: #D173D7; }
a { background-color: rgb(209,115,215); }
div.DivClassName
{
background-color: #D173D7;
}
.BgClassName
{
background-color: #D173D7;
}
</style>
border-color css
<style>
span { border-color: #D173D7; }
span { border-color: rgb(209,115,215); }
td.TdClassName
{
border-color: #D173D7;
}
.TagClassName
{
border-color: #D173D7;
}
</style>