Shades of Orchid #D175C8
Tints of Orchid #D175C8
RGB
CMYK
RGB Variations
Color information
#D175C8 (or 0xD175C8) is known color: Orchid. HEX triplet: D1, 75 and C8. RGB value is (209,117,200). Sum of RGB (Red+Green+Blue) = 209+117+200=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D175C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175C8 is #2E8A37. Grayscale: #999999. Windows color (decimal): -3050040 or 13137361. OLE color: 13137361.
HSL color Cylindrical-coordinate representation of color #D175C8: hue angle of 305.87º 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 #D175C8 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 200 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.18 |
| HSL | 305.87º | 0.5% | 0.64% | - |
| HSV(B) | 305.87º | 0.44% | 0.82% | - |
| XYZ | 43.08 | 30.45 | 58.25 | - |
| YUV | 153.97 | 153.98 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 200 | 0 | 0.44 | 0.04 | 0.18 | 305.87 | 0.5 | 0.64 |
| Hex | D1 | 75 | C8 | 0 | 2C | 4 | 12 | 132 | 32 | 40 |
| Octal | 321 | 165 | 310 | 0 | 54 | 4 | 22 | 462 | 62 | 100 |
| Binary | 11010001 | 1110101 | 11001000 | 0 | 101100 | 100 | 10010 | 100110010 | 110010 | 1000000 |
Color Harmonies of #D175C8
Complementary color
Monochromatic Colors of #D175C8
Black with #D175C8
Text Example
Text Example
White with #D175C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175C8; }
p { color: rgb(209,117,200); }
H1.HeaderClassName
{
color: #D175C8;
}
.AnyTagClassName
{
color: #D175C8;
}
</style>
background-color css
<style>
a { background-color: #D175C8; }
a { background-color: rgb(209,117,200); }
div.DivClassName
{
background-color: #D175C8;
}
.BgClassName
{
background-color: #D175C8;
}
</style>
border-color css
<style>
span { border-color: #D175C8; }
span { border-color: rgb(209,117,200); }
td.TdClassName
{
border-color: #D175C8;
}
.TagClassName
{
border-color: #D175C8;
}
</style>