Shades of Orchid #D175BD
Tints of Orchid #D175BD
RGB
CMYK
RGB Variations
Color information
#D175BD (or 0xD175BD) is known color: Orchid. HEX triplet: D1, 75 and BD. RGB value is (209,117,189). Sum of RGB (Red+Green+Blue) = 209+117+189=515 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.58% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 209 - color contains mainly: red. Hex color #D175BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175BD is #2E8A42. Grayscale: #989898. Windows color (decimal): -3050051 or 12416465. OLE color: 12416465.
HSL color Cylindrical-coordinate representation of color #D175BD: hue angle of 313.04º 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 #D175BD is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 189 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.18 |
| HSL | 313.04º | 0.5% | 0.64% | - |
| HSV(B) | 313.04º | 0.44% | 0.82% | - |
| XYZ | 41.84 | 29.95 | 51.72 | - |
| YUV | 152.72 | 148.48 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 189 | 0 | 0.44 | 0.10 | 0.18 | 313.04 | 0.5 | 0.64 |
| Hex | D1 | 75 | BD | 0 | 2C | A | 12 | 139 | 32 | 40 |
| Octal | 321 | 165 | 275 | 0 | 54 | 12 | 22 | 471 | 62 | 100 |
| Binary | 11010001 | 1110101 | 10111101 | 0 | 101100 | 1010 | 10010 | 100111001 | 110010 | 1000000 |
Color Harmonies of #D175BD
Complementary color
Monochromatic Colors of #D175BD
Black with #D175BD
Text Example
Text Example
White with #D175BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175BD; }
p { color: rgb(209,117,189); }
H1.HeaderClassName
{
color: #D175BD;
}
.AnyTagClassName
{
color: #D175BD;
}
</style>
background-color css
<style>
a { background-color: #D175BD; }
a { background-color: rgb(209,117,189); }
div.DivClassName
{
background-color: #D175BD;
}
.BgClassName
{
background-color: #D175BD;
}
</style>
border-color css
<style>
span { border-color: #D175BD; }
span { border-color: rgb(209,117,189); }
td.TdClassName
{
border-color: #D175BD;
}
.TagClassName
{
border-color: #D175BD;
}
</style>