Shades of Orchid #D173C7
Tints of Orchid #D173C7
RGB
CMYK
RGB Variations
Color information
#D173C7 (or 0xD173C7) is known color: Orchid. HEX triplet: D1, 73 and C7. RGB value is (209,115,199). Sum of RGB (Red+Green+Blue) = 209+115+199=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D173C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173C7 is #2E8C38. Grayscale: #989898. Windows color (decimal): -3050553 or 13071313. OLE color: 13071313.
HSL color Cylindrical-coordinate representation of color #D173C7: hue angle of 306.38º 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 #D173C7 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 199 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.18 |
| HSL | 306.38º | 0.51% | 0.64% | - |
| HSV(B) | 306.38º | 0.45% | 0.82% | - |
| XYZ | 42.73 | 29.94 | 57.56 | - |
| YUV | 152.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 199 | 0 | 0.45 | 0.05 | 0.18 | 306.38 | 0.51 | 0.64 |
| Hex | D1 | 73 | C7 | 0 | 2D | 5 | 12 | 132 | 33 | 40 |
| Octal | 321 | 163 | 307 | 0 | 55 | 5 | 22 | 462 | 63 | 100 |
| Binary | 11010001 | 1110011 | 11000111 | 0 | 101101 | 101 | 10010 | 100110010 | 110011 | 1000000 |
Color Harmonies of #D173C7
Complementary color
Monochromatic Colors of #D173C7
Black with #D173C7
Text Example
Text Example
White with #D173C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173C7; }
p { color: rgb(209,115,199); }
H1.HeaderClassName
{
color: #D173C7;
}
.AnyTagClassName
{
color: #D173C7;
}
</style>
background-color css
<style>
a { background-color: #D173C7; }
a { background-color: rgb(209,115,199); }
div.DivClassName
{
background-color: #D173C7;
}
.BgClassName
{
background-color: #D173C7;
}
</style>
border-color css
<style>
span { border-color: #D173C7; }
span { border-color: rgb(209,115,199); }
td.TdClassName
{
border-color: #D173C7;
}
.TagClassName
{
border-color: #D173C7;
}
</style>