Shades of Orchid #D173C0
Tints of Orchid #D173C0
RGB
CMYK
RGB Variations
Color information
#D173C0 (or 0xD173C0) is known color: Orchid. HEX triplet: D1, 73 and C0. RGB value is (209,115,192). Sum of RGB (Red+Green+Blue) = 209+115+192=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D173C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173C0 is #2E8C3F. Grayscale: #979797. Windows color (decimal): -3050560 or 12612561. OLE color: 12612561.
HSL color Cylindrical-coordinate representation of color #D173C0: hue angle of 310.85º 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 #D173C0 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 192 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.18 |
| HSL | 310.85º | 0.51% | 0.64% | - |
| HSV(B) | 310.85º | 0.45% | 0.82% | - |
| XYZ | 41.94 | 29.62 | 53.38 | - |
| YUV | 151.88 | 150.64 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 192 | 0 | 0.45 | 0.08 | 0.18 | 310.85 | 0.51 | 0.64 |
| Hex | D1 | 73 | C0 | 0 | 2D | 8 | 12 | 137 | 33 | 40 |
| Octal | 321 | 163 | 300 | 0 | 55 | 10 | 22 | 467 | 63 | 100 |
| Binary | 11010001 | 1110011 | 11000000 | 0 | 101101 | 1000 | 10010 | 100110111 | 110011 | 1000000 |
Color Harmonies of #D173C0
Complementary color
Monochromatic Colors of #D173C0
Black with #D173C0
Text Example
Text Example
White with #D173C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173C0; }
p { color: rgb(209,115,192); }
H1.HeaderClassName
{
color: #D173C0;
}
.AnyTagClassName
{
color: #D173C0;
}
</style>
background-color css
<style>
a { background-color: #D173C0; }
a { background-color: rgb(209,115,192); }
div.DivClassName
{
background-color: #D173C0;
}
.BgClassName
{
background-color: #D173C0;
}
</style>
border-color css
<style>
span { border-color: #D173C0; }
span { border-color: rgb(209,115,192); }
td.TdClassName
{
border-color: #D173C0;
}
.TagClassName
{
border-color: #D173C0;
}
</style>