Shades of Orchid #D175BB
Tints of Orchid #D175BB
RGB
CMYK
RGB Variations
Color information
#D175BB (or 0xD175BB) is known color: Orchid. HEX triplet: D1, 75 and BB. RGB value is (209,117,187). Sum of RGB (Red+Green+Blue) = 209+117+187=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D175BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175BB is #2E8A44. Grayscale: #989898. Windows color (decimal): -3050053 or 12285393. OLE color: 12285393.
HSL color Cylindrical-coordinate representation of color #D175BB: hue angle of 314.35º 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 #D175BB is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 187 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.18 |
| HSL | 314.35º | 0.5% | 0.64% | - |
| HSV(B) | 314.35º | 0.44% | 0.82% | - |
| XYZ | 41.63 | 29.87 | 50.58 | - |
| YUV | 152.49 | 147.48 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 187 | 0 | 0.44 | 0.11 | 0.18 | 314.35 | 0.5 | 0.64 |
| Hex | D1 | 75 | BB | 0 | 2C | B | 12 | 13A | 32 | 40 |
| Octal | 321 | 165 | 273 | 0 | 54 | 13 | 22 | 472 | 62 | 100 |
| Binary | 11010001 | 1110101 | 10111011 | 0 | 101100 | 1011 | 10010 | 100111010 | 110010 | 1000000 |
Color Harmonies of #D175BB
Complementary color
Monochromatic Colors of #D175BB
Black with #D175BB
Text Example
Text Example
White with #D175BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175BB; }
p { color: rgb(209,117,187); }
H1.HeaderClassName
{
color: #D175BB;
}
.AnyTagClassName
{
color: #D175BB;
}
</style>
background-color css
<style>
a { background-color: #D175BB; }
a { background-color: rgb(209,117,187); }
div.DivClassName
{
background-color: #D175BB;
}
.BgClassName
{
background-color: #D175BB;
}
</style>
border-color css
<style>
span { border-color: #D175BB; }
span { border-color: rgb(209,117,187); }
td.TdClassName
{
border-color: #D175BB;
}
.TagClassName
{
border-color: #D175BB;
}
</style>