Shades of Orchid #D175BC
Tints of Orchid #D175BC
RGB
CMYK
RGB Variations
Color information
#D175BC (or 0xD175BC) is known color: Orchid. HEX triplet: D1, 75 and BC. RGB value is (209,117,188). Sum of RGB (Red+Green+Blue) = 209+117+188=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D175BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175BC is #2E8A43. Grayscale: #989898. Windows color (decimal): -3050052 or 12350929. OLE color: 12350929.
HSL color Cylindrical-coordinate representation of color #D175BC: hue angle of 313.7º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D175BC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 188 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.18 |
| HSL | 313.7º | 0.5% | 0.64% | - |
| HSV(B) | 313.7º | 0.44% | 0.82% | - |
| XYZ | 41.73 | 29.91 | 51.15 | - |
| YUV | 152.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 188 | 0 | 0.44 | 0.10 | 0.18 | 313.7 | 0.5 | 0.64 |
| Hex | D1 | 75 | BC | 0 | 2C | A | 12 | 13A | 32 | 40 |
| Octal | 321 | 165 | 274 | 0 | 54 | 12 | 22 | 472 | 62 | 100 |
| Binary | 11010001 | 1110101 | 10111100 | 0 | 101100 | 1010 | 10010 | 100111010 | 110010 | 1000000 |
Color Harmonies of #D175BC
Complementary color
Monochromatic Colors of #D175BC
Black with #D175BC
Text Example
Text Example
White with #D175BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175BC; }
p { color: rgb(209,117,188); }
H1.HeaderClassName
{
color: #D175BC;
}
.AnyTagClassName
{
color: #D175BC;
}
</style>
background-color css
<style>
a { background-color: #D175BC; }
a { background-color: rgb(209,117,188); }
div.DivClassName
{
background-color: #D175BC;
}
.BgClassName
{
background-color: #D175BC;
}
</style>
border-color css
<style>
span { border-color: #D175BC; }
span { border-color: rgb(209,117,188); }
td.TdClassName
{
border-color: #D175BC;
}
.TagClassName
{
border-color: #D175BC;
}
</style>