Shades of Orchid #D175D7
Tints of Orchid #D175D7
RGB
CMYK
RGB Variations
Color information
#D175D7 (or 0xD175D7) is known color: Orchid. HEX triplet: D1, 75 and D7. RGB value is (209,117,215). Sum of RGB (Red+Green+Blue) = 209+117+215=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #D175D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175D7 is #2E8A28. Grayscale: #9B9B9B. Windows color (decimal): -3050025 or 14120401. OLE color: 14120401.
HSL color Cylindrical-coordinate representation of color #D175D7: hue angle of 296.33º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D175D7 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 117 | 215 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.16 |
| HSL | 296.33º | 0.55% | 0.65% | - |
| HSV(B) | 296.33º | 0.46% | 0.84% | - |
| XYZ | 44.92 | 31.18 | 67.94 | - |
| YUV | 155.68 | 161.48 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 215 | 0.03 | 0.46 | 0 | 0.16 | 296.33 | 0.55 | 0.65 |
| Hex | D1 | 75 | D7 | 3 | 2E | 0 | 10 | 128 | 37 | 41 |
| Octal | 321 | 165 | 327 | 3 | 56 | 0 | 20 | 450 | 67 | 101 |
| Binary | 11010001 | 1110101 | 11010111 | 11 | 101110 | 0 | 10000 | 100101000 | 110111 | 1000001 |
Color Harmonies of #D175D7
Complementary color
Monochromatic Colors of #D175D7
Black with #D175D7
Text Example
Text Example
White with #D175D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175D7; }
p { color: rgb(209,117,215); }
H1.HeaderClassName
{
color: #D175D7;
}
.AnyTagClassName
{
color: #D175D7;
}
</style>
background-color css
<style>
a { background-color: #D175D7; }
a { background-color: rgb(209,117,215); }
div.DivClassName
{
background-color: #D175D7;
}
.BgClassName
{
background-color: #D175D7;
}
</style>
border-color css
<style>
span { border-color: #D175D7; }
span { border-color: rgb(209,117,215); }
td.TdClassName
{
border-color: #D175D7;
}
.TagClassName
{
border-color: #D175D7;
}
</style>