Shades of Orchid #D171D8
Tints of Orchid #D171D8
RGB
CMYK
RGB Variations
Color information
#D171D8 (or 0xD171D8) is known color: Orchid. HEX triplet: D1, 71 and D8. RGB value is (209,113,216). Sum of RGB (Red+Green+Blue) = 209+113+216=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 216 (84.77% from 255 or 40.15% from 538); Max value from RGB is 216 - color contains mainly: blue. Hex color #D171D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171D8 is #2E8E27. Grayscale: #999999. Windows color (decimal): -3051048 or 14184913. OLE color: 14184913.
HSL color Cylindrical-coordinate representation of color #D171D8: hue angle of 295.92º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D171D8 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 113 | 216 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.15 |
| HSL | 295.92º | 0.57% | 0.65% | - |
| HSV(B) | 295.92º | 0.48% | 0.85% | - |
| XYZ | 44.59 | 30.32 | 68.47 | - |
| YUV | 153.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 216 | 0.03 | 0.48 | 0 | 0.15 | 295.92 | 0.57 | 0.65 |
| Hex | D1 | 71 | D8 | 3 | 30 | 0 | F | 128 | 39 | 41 |
| Octal | 321 | 161 | 330 | 3 | 60 | 0 | 17 | 450 | 71 | 101 |
| Binary | 11010001 | 1110001 | 11011000 | 11 | 110000 | 0 | 1111 | 100101000 | 111001 | 1000001 |
Color Harmonies of #D171D8
Complementary color
Monochromatic Colors of #D171D8
Black with #D171D8
Text Example
Text Example
White with #D171D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171D8; }
p { color: rgb(209,113,216); }
H1.HeaderClassName
{
color: #D171D8;
}
.AnyTagClassName
{
color: #D171D8;
}
</style>
background-color css
<style>
a { background-color: #D171D8; }
a { background-color: rgb(209,113,216); }
div.DivClassName
{
background-color: #D171D8;
}
.BgClassName
{
background-color: #D171D8;
}
</style>
border-color css
<style>
span { border-color: #D171D8; }
span { border-color: rgb(209,113,216); }
td.TdClassName
{
border-color: #D171D8;
}
.TagClassName
{
border-color: #D171D8;
}
</style>