Shades of Orchid #D171C3
Tints of Orchid #D171C3
RGB
CMYK
RGB Variations
Color information
#D171C3 (or 0xD171C3) is known color: Orchid. HEX triplet: D1, 71 and C3. RGB value is (209,113,195). Sum of RGB (Red+Green+Blue) = 209+113+195=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 209 - color contains mainly: red. Hex color #D171C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171C3 is #2E8E3C. Grayscale: #969696. Windows color (decimal): -3051069 or 12808657. OLE color: 12808657.
HSL color Cylindrical-coordinate representation of color #D171C3: hue angle of 308.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D171C3 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 195 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.18 |
| HSL | 308.75º | 0.51% | 0.63% | - |
| HSV(B) | 308.75º | 0.46% | 0.82% | - |
| XYZ | 42.05 | 29.31 | 55.07 | - |
| YUV | 151.05 | 152.8 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 195 | 0 | 0.46 | 0.07 | 0.18 | 308.75 | 0.51 | 0.63 |
| Hex | D1 | 71 | C3 | 0 | 2E | 7 | 12 | 135 | 33 | 3F |
| Octal | 321 | 161 | 303 | 0 | 56 | 7 | 22 | 465 | 63 | 77 |
| Binary | 11010001 | 1110001 | 11000011 | 0 | 101110 | 111 | 10010 | 100110101 | 110011 | 111111 |
Color Harmonies of #D171C3
Complementary color
Monochromatic Colors of #D171C3
Black with #D171C3
Text Example
Text Example
White with #D171C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171C3; }
p { color: rgb(209,113,195); }
H1.HeaderClassName
{
color: #D171C3;
}
.AnyTagClassName
{
color: #D171C3;
}
</style>
background-color css
<style>
a { background-color: #D171C3; }
a { background-color: rgb(209,113,195); }
div.DivClassName
{
background-color: #D171C3;
}
.BgClassName
{
background-color: #D171C3;
}
</style>
border-color css
<style>
span { border-color: #D171C3; }
span { border-color: rgb(209,113,195); }
td.TdClassName
{
border-color: #D171C3;
}
.TagClassName
{
border-color: #D171C3;
}
</style>