Shades of Orchid #D175D1
Tints of Orchid #D175D1
RGB
CMYK
RGB Variations
Color information
#D175D1 (or 0xD175D1) is known color: Orchid. HEX triplet: D1, 75 and D1. RGB value is (209,117,209). Sum of RGB (Red+Green+Blue) = 209+117+209=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D175D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175D1 is #2E8A2E. Grayscale: #9A9A9A. Windows color (decimal): -3050031 or 13727185. OLE color: 13727185.
HSL color Cylindrical-coordinate representation of color #D175D1: hue angle of 300º 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 #D175D1 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 209 | - |
| CMYK | 0 | 0.44 | 0 | 0.18 |
| HSL | 300º | 0.5% | 0.64% | - |
| HSV(B) | 300º | 0.44% | 0.82% | - |
| XYZ | 44.16 | 30.88 | 63.95 | - |
| YUV | 155 | 158.48 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 209 | 0 | 0.44 | 0 | 0.18 | 300 | 0.5 | 0.64 |
| Hex | D1 | 75 | D1 | 0 | 2C | 0 | 12 | 12C | 32 | 40 |
| Octal | 321 | 165 | 321 | 0 | 54 | 0 | 22 | 454 | 62 | 100 |
| Binary | 11010001 | 1110101 | 11010001 | 0 | 101100 | 0 | 10010 | 100101100 | 110010 | 1000000 |
Color Harmonies of #D175D1
Complementary color
Monochromatic Colors of #D175D1
Black with #D175D1
Text Example
Text Example
White with #D175D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175D1; }
p { color: rgb(209,117,209); }
H1.HeaderClassName
{
color: #D175D1;
}
.AnyTagClassName
{
color: #D175D1;
}
</style>
background-color css
<style>
a { background-color: #D175D1; }
a { background-color: rgb(209,117,209); }
div.DivClassName
{
background-color: #D175D1;
}
.BgClassName
{
background-color: #D175D1;
}
</style>
border-color css
<style>
span { border-color: #D175D1; }
span { border-color: rgb(209,117,209); }
td.TdClassName
{
border-color: #D175D1;
}
.TagClassName
{
border-color: #D175D1;
}
</style>