Shades of Orchid #D173C9
Tints of Orchid #D173C9
RGB
CMYK
RGB Variations
Color information
#D173C9 (or 0xD173C9) is known color: Orchid. HEX triplet: D1, 73 and C9. RGB value is (209,115,201). Sum of RGB (Red+Green+Blue) = 209+115+201=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D173C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173C9 is #2E8C36. Grayscale: #989898. Windows color (decimal): -3050551 or 13202385. OLE color: 13202385.
HSL color Cylindrical-coordinate representation of color #D173C9: hue angle of 305.11º 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 #D173C9 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 201 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.18 |
| HSL | 305.11º | 0.51% | 0.64% | - |
| HSV(B) | 305.11º | 0.45% | 0.82% | - |
| XYZ | 42.97 | 30.03 | 58.79 | - |
| YUV | 152.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 201 | 0 | 0.45 | 0.04 | 0.18 | 305.11 | 0.51 | 0.64 |
| Hex | D1 | 73 | C9 | 0 | 2D | 4 | 12 | 131 | 33 | 40 |
| Octal | 321 | 163 | 311 | 0 | 55 | 4 | 22 | 461 | 63 | 100 |
| Binary | 11010001 | 1110011 | 11001001 | 0 | 101101 | 100 | 10010 | 100110001 | 110011 | 1000000 |
Color Harmonies of #D173C9
Complementary color
Monochromatic Colors of #D173C9
Black with #D173C9
Text Example
Text Example
White with #D173C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173C9; }
p { color: rgb(209,115,201); }
H1.HeaderClassName
{
color: #D173C9;
}
.AnyTagClassName
{
color: #D173C9;
}
</style>
background-color css
<style>
a { background-color: #D173C9; }
a { background-color: rgb(209,115,201); }
div.DivClassName
{
background-color: #D173C9;
}
.BgClassName
{
background-color: #D173C9;
}
</style>
border-color css
<style>
span { border-color: #D173C9; }
span { border-color: rgb(209,115,201); }
td.TdClassName
{
border-color: #D173C9;
}
.TagClassName
{
border-color: #D173C9;
}
</style>