Shades of Orchid #D175BE
Tints of Orchid #D175BE
RGB
CMYK
RGB Variations
Color information
#D175BE (or 0xD175BE) is known color: Orchid. HEX triplet: D1, 75 and BE. RGB value is (209,117,190). Sum of RGB (Red+Green+Blue) = 209+117+190=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 209 - color contains mainly: red. Hex color #D175BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175BE is #2E8A41. Grayscale: #989898. Windows color (decimal): -3050050 or 12482001. OLE color: 12482001.
HSL color Cylindrical-coordinate representation of color #D175BE: hue angle of 312.39º 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 #D175BE is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 190 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.18 |
| HSL | 312.39º | 0.5% | 0.64% | - |
| HSV(B) | 312.39º | 0.44% | 0.82% | - |
| XYZ | 41.95 | 30 | 52.29 | - |
| YUV | 152.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 190 | 0 | 0.44 | 0.09 | 0.18 | 312.39 | 0.5 | 0.64 |
| Hex | D1 | 75 | BE | 0 | 2C | 9 | 12 | 138 | 32 | 40 |
| Octal | 321 | 165 | 276 | 0 | 54 | 11 | 22 | 470 | 62 | 100 |
| Binary | 11010001 | 1110101 | 10111110 | 0 | 101100 | 1001 | 10010 | 100111000 | 110010 | 1000000 |
Color Harmonies of #D175BE
Complementary color
Monochromatic Colors of #D175BE
Black with #D175BE
Text Example
Text Example
White with #D175BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175BE; }
p { color: rgb(209,117,190); }
H1.HeaderClassName
{
color: #D175BE;
}
.AnyTagClassName
{
color: #D175BE;
}
</style>
background-color css
<style>
a { background-color: #D175BE; }
a { background-color: rgb(209,117,190); }
div.DivClassName
{
background-color: #D175BE;
}
.BgClassName
{
background-color: #D175BE;
}
</style>
border-color css
<style>
span { border-color: #D175BE; }
span { border-color: rgb(209,117,190); }
td.TdClassName
{
border-color: #D175BE;
}
.TagClassName
{
border-color: #D175BE;
}
</style>