Shades of Orchid #D173C6
Tints of Orchid #D173C6
RGB
CMYK
RGB Variations
Color information
#D173C6 (or 0xD173C6) is known color: Orchid. HEX triplet: D1, 73 and C6. RGB value is (209,115,198). Sum of RGB (Red+Green+Blue) = 209+115+198=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D173C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173C6 is #2E8C39. Grayscale: #989898. Windows color (decimal): -3050554 or 13005777. OLE color: 13005777.
HSL color Cylindrical-coordinate representation of color #D173C6: hue angle of 307.02º 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 #D173C6 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 198 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.18 |
| HSL | 307.02º | 0.51% | 0.64% | - |
| HSV(B) | 307.02º | 0.45% | 0.82% | - |
| XYZ | 42.62 | 29.89 | 56.95 | - |
| YUV | 152.57 | 153.64 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 198 | 0 | 0.45 | 0.05 | 0.18 | 307.02 | 0.51 | 0.64 |
| Hex | D1 | 73 | C6 | 0 | 2D | 5 | 12 | 133 | 33 | 40 |
| Octal | 321 | 163 | 306 | 0 | 55 | 5 | 22 | 463 | 63 | 100 |
| Binary | 11010001 | 1110011 | 11000110 | 0 | 101101 | 101 | 10010 | 100110011 | 110011 | 1000000 |
Color Harmonies of #D173C6
Complementary color
Monochromatic Colors of #D173C6
Black with #D173C6
Text Example
Text Example
White with #D173C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173C6; }
p { color: rgb(209,115,198); }
H1.HeaderClassName
{
color: #D173C6;
}
.AnyTagClassName
{
color: #D173C6;
}
</style>
background-color css
<style>
a { background-color: #D173C6; }
a { background-color: rgb(209,115,198); }
div.DivClassName
{
background-color: #D173C6;
}
.BgClassName
{
background-color: #D173C6;
}
</style>
border-color css
<style>
span { border-color: #D173C6; }
span { border-color: rgb(209,115,198); }
td.TdClassName
{
border-color: #D173C6;
}
.TagClassName
{
border-color: #D173C6;
}
</style>