Shades of Orchid #D171DC
Tints of Orchid #D171DC
RGB
CMYK
RGB Variations
Color information
#D171DC (or 0xD171DC) is known color: Orchid. HEX triplet: D1, 71 and DC. RGB value is (209,113,220). Sum of RGB (Red+Green+Blue) = 209+113+220=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #D171DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171DC is #2E8E23. Grayscale: #999999. Windows color (decimal): -3051044 or 14447057. OLE color: 14447057.
HSL color Cylindrical-coordinate representation of color #D171DC: hue angle of 293.83º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D171DC is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 113 | 220 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.14 |
| HSL | 293.83º | 0.6% | 0.65% | - |
| HSV(B) | 293.83º | 0.49% | 0.86% | - |
| XYZ | 45.12 | 30.53 | 71.23 | - |
| YUV | 153.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 220 | 0.05 | 0.49 | 0 | 0.14 | 293.83 | 0.6 | 0.65 |
| Hex | D1 | 71 | DC | 5 | 31 | 0 | E | 126 | 3C | 41 |
| Octal | 321 | 161 | 334 | 5 | 61 | 0 | 16 | 446 | 74 | 101 |
| Binary | 11010001 | 1110001 | 11011100 | 101 | 110001 | 0 | 1110 | 100100110 | 111100 | 1000001 |
Color Harmonies of #D171DC
Complementary color
Monochromatic Colors of #D171DC
Black with #D171DC
Text Example
Text Example
White with #D171DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171DC; }
p { color: rgb(209,113,220); }
H1.HeaderClassName
{
color: #D171DC;
}
.AnyTagClassName
{
color: #D171DC;
}
</style>
background-color css
<style>
a { background-color: #D171DC; }
a { background-color: rgb(209,113,220); }
div.DivClassName
{
background-color: #D171DC;
}
.BgClassName
{
background-color: #D171DC;
}
</style>
border-color css
<style>
span { border-color: #D171DC; }
span { border-color: rgb(209,113,220); }
td.TdClassName
{
border-color: #D171DC;
}
.TagClassName
{
border-color: #D171DC;
}
</style>