Shades of Orchid #D175B7
Tints of Orchid #D175B7
RGB
CMYK
RGB Variations
Color information
#D175B7 (or 0xD175B7) is known color: Orchid. HEX triplet: D1, 75 and B7. RGB value is (209,117,183). Sum of RGB (Red+Green+Blue) = 209+117+183=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 117 (46.09% from 255 or 22.99% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D175B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175B7 is #2E8A48. Grayscale: #979797. Windows color (decimal): -3050057 or 12023249. OLE color: 12023249.
HSL color Cylindrical-coordinate representation of color #D175B7: hue angle of 316.96º 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 #D175B7 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 183 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.18 |
| HSL | 316.96º | 0.5% | 0.64% | - |
| HSV(B) | 316.96º | 0.44% | 0.82% | - |
| XYZ | 41.2 | 29.7 | 48.36 | - |
| YUV | 152.03 | 145.48 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 183 | 0 | 0.44 | 0.12 | 0.18 | 316.96 | 0.5 | 0.64 |
| Hex | D1 | 75 | B7 | 0 | 2C | C | 12 | 13D | 32 | 40 |
| Octal | 321 | 165 | 267 | 0 | 54 | 14 | 22 | 475 | 62 | 100 |
| Binary | 11010001 | 1110101 | 10110111 | 0 | 101100 | 1100 | 10010 | 100111101 | 110010 | 1000000 |
Color Harmonies of #D175B7
Complementary color
Monochromatic Colors of #D175B7
Black with #D175B7
Text Example
Text Example
White with #D175B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175B7; }
p { color: rgb(209,117,183); }
H1.HeaderClassName
{
color: #D175B7;
}
.AnyTagClassName
{
color: #D175B7;
}
</style>
background-color css
<style>
a { background-color: #D175B7; }
a { background-color: rgb(209,117,183); }
div.DivClassName
{
background-color: #D175B7;
}
.BgClassName
{
background-color: #D175B7;
}
</style>
border-color css
<style>
span { border-color: #D175B7; }
span { border-color: rgb(209,117,183); }
td.TdClassName
{
border-color: #D175B7;
}
.TagClassName
{
border-color: #D175B7;
}
</style>