Shades of Orchid #D171CB
Tints of Orchid #D171CB
RGB
CMYK
RGB Variations
Color information
#D171CB (or 0xD171CB) is known color: Orchid. HEX triplet: D1, 71 and CB. RGB value is (209,113,203). Sum of RGB (Red+Green+Blue) = 209+113+203=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D171CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171CB is #2E8E34. Grayscale: #979797. Windows color (decimal): -3051061 or 13332945. OLE color: 13332945.
HSL color Cylindrical-coordinate representation of color #D171CB: hue angle of 303.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 #D171CB is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 203 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.18 |
| HSL | 303.75º | 0.51% | 0.63% | - |
| HSV(B) | 303.75º | 0.46% | 0.82% | - |
| XYZ | 42.98 | 29.68 | 59.96 | - |
| YUV | 151.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 203 | 0 | 0.46 | 0.03 | 0.18 | 303.75 | 0.51 | 0.63 |
| Hex | D1 | 71 | CB | 0 | 2E | 3 | 12 | 130 | 33 | 3F |
| Octal | 321 | 161 | 313 | 0 | 56 | 3 | 22 | 460 | 63 | 77 |
| Binary | 11010001 | 1110001 | 11001011 | 0 | 101110 | 11 | 10010 | 100110000 | 110011 | 111111 |
Color Harmonies of #D171CB
Complementary color
Monochromatic Colors of #D171CB
Black with #D171CB
Text Example
Text Example
White with #D171CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171CB; }
p { color: rgb(209,113,203); }
H1.HeaderClassName
{
color: #D171CB;
}
.AnyTagClassName
{
color: #D171CB;
}
</style>
background-color css
<style>
a { background-color: #D171CB; }
a { background-color: rgb(209,113,203); }
div.DivClassName
{
background-color: #D171CB;
}
.BgClassName
{
background-color: #D171CB;
}
</style>
border-color css
<style>
span { border-color: #D171CB; }
span { border-color: rgb(209,113,203); }
td.TdClassName
{
border-color: #D171CB;
}
.TagClassName
{
border-color: #D171CB;
}
</style>