Shades of Orchid #D173C5
Tints of Orchid #D173C5
RGB
CMYK
RGB Variations
Color information
#D173C5 (or 0xD173C5) is known color: Orchid. HEX triplet: D1, 73 and C5. RGB value is (209,115,197). Sum of RGB (Red+Green+Blue) = 209+115+197=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D173C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D173C5 is #2E8C3A. Grayscale: #989898. Windows color (decimal): -3050555 or 12940241. OLE color: 12940241.
HSL color Cylindrical-coordinate representation of color #D173C5: hue angle of 307.66º 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 #D173C5 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 115 | 197 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.18 |
| HSL | 307.66º | 0.51% | 0.64% | - |
| HSV(B) | 307.66º | 0.45% | 0.82% | - |
| XYZ | 42.5 | 29.85 | 56.34 | - |
| YUV | 152.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 197 | 0 | 0.45 | 0.06 | 0.18 | 307.66 | 0.51 | 0.64 |
| Hex | D1 | 73 | C5 | 0 | 2D | 6 | 12 | 134 | 33 | 40 |
| Octal | 321 | 163 | 305 | 0 | 55 | 6 | 22 | 464 | 63 | 100 |
| Binary | 11010001 | 1110011 | 11000101 | 0 | 101101 | 110 | 10010 | 100110100 | 110011 | 1000000 |
Color Harmonies of #D173C5
Complementary color
Monochromatic Colors of #D173C5
Black with #D173C5
Text Example
Text Example
White with #D173C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173C5; }
p { color: rgb(209,115,197); }
H1.HeaderClassName
{
color: #D173C5;
}
.AnyTagClassName
{
color: #D173C5;
}
</style>
background-color css
<style>
a { background-color: #D173C5; }
a { background-color: rgb(209,115,197); }
div.DivClassName
{
background-color: #D173C5;
}
.BgClassName
{
background-color: #D173C5;
}
</style>
border-color css
<style>
span { border-color: #D173C5; }
span { border-color: rgb(209,115,197); }
td.TdClassName
{
border-color: #D173C5;
}
.TagClassName
{
border-color: #D173C5;
}
</style>