Shades of Orchid #D173C3
Tints of Orchid #D173C3
RGB
CMYK
RGB Variations
Color information
#D173C3 (or 0xD173C3) is known color: Orchid. HEX triplet: D1, 73 and C3. RGB value is (209,115,195). Sum of RGB (Red+Green+Blue) = 209+115+195=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 209 - color contains mainly: red. Hex color #D173C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173C3 is #2E8C3C. Grayscale: #979797. Windows color (decimal): -3050557 or 12809169. OLE color: 12809169.
HSL color Cylindrical-coordinate representation of color #D173C3: hue angle of 308.94º 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 #D173C3 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 195 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.18 |
| HSL | 308.94º | 0.51% | 0.64% | - |
| HSV(B) | 308.94º | 0.45% | 0.82% | - |
| XYZ | 42.28 | 29.76 | 55.15 | - |
| YUV | 152.23 | 152.14 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 195 | 0 | 0.45 | 0.07 | 0.18 | 308.94 | 0.51 | 0.64 |
| Hex | D1 | 73 | C3 | 0 | 2D | 7 | 12 | 135 | 33 | 40 |
| Octal | 321 | 163 | 303 | 0 | 55 | 7 | 22 | 465 | 63 | 100 |
| Binary | 11010001 | 1110011 | 11000011 | 0 | 101101 | 111 | 10010 | 100110101 | 110011 | 1000000 |
Color Harmonies of #D173C3
Complementary color
Monochromatic Colors of #D173C3
Black with #D173C3
Text Example
Text Example
White with #D173C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173C3; }
p { color: rgb(209,115,195); }
H1.HeaderClassName
{
color: #D173C3;
}
.AnyTagClassName
{
color: #D173C3;
}
</style>
background-color css
<style>
a { background-color: #D173C3; }
a { background-color: rgb(209,115,195); }
div.DivClassName
{
background-color: #D173C3;
}
.BgClassName
{
background-color: #D173C3;
}
</style>
border-color css
<style>
span { border-color: #D173C3; }
span { border-color: rgb(209,115,195); }
td.TdClassName
{
border-color: #D173C3;
}
.TagClassName
{
border-color: #D173C3;
}
</style>