Shades of Orchid #D171CA
Tints of Orchid #D171CA
RGB
CMYK
RGB Variations
Color information
#D171CA (or 0xD171CA) is known color: Orchid. HEX triplet: D1, 71 and CA. RGB value is (209,113,202). Sum of RGB (Red+Green+Blue) = 209+113+202=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D171CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D171CA is #2E8E35. Grayscale: #979797. Windows color (decimal): -3051062 or 13267409. OLE color: 13267409.
HSL color Cylindrical-coordinate representation of color #D171CA: hue angle of 304.38º 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 #D171CA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 113 | 202 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.18 |
| HSL | 304.38º | 0.51% | 0.63% | - |
| HSV(B) | 304.38º | 0.46% | 0.82% | - |
| XYZ | 42.86 | 29.63 | 59.34 | - |
| YUV | 151.85 | 156.3 | 168.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 202 | 0 | 0.46 | 0.03 | 0.18 | 304.38 | 0.51 | 0.63 |
| Hex | D1 | 71 | CA | 0 | 2E | 3 | 12 | 130 | 33 | 3F |
| Octal | 321 | 161 | 312 | 0 | 56 | 3 | 22 | 460 | 63 | 77 |
| Binary | 11010001 | 1110001 | 11001010 | 0 | 101110 | 11 | 10010 | 100110000 | 110011 | 111111 |
Color Harmonies of #D171CA
Complementary color
Monochromatic Colors of #D171CA
Black with #D171CA
Text Example
Text Example
White with #D171CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171CA; }
p { color: rgb(209,113,202); }
H1.HeaderClassName
{
color: #D171CA;
}
.AnyTagClassName
{
color: #D171CA;
}
</style>
background-color css
<style>
a { background-color: #D171CA; }
a { background-color: rgb(209,113,202); }
div.DivClassName
{
background-color: #D171CA;
}
.BgClassName
{
background-color: #D171CA;
}
</style>
border-color css
<style>
span { border-color: #D171CA; }
span { border-color: rgb(209,113,202); }
td.TdClassName
{
border-color: #D171CA;
}
.TagClassName
{
border-color: #D171CA;
}
</style>