Shades of Orchid #D174C9
Tints of Orchid #D174C9
RGB
CMYK
RGB Variations
Color information
#D174C9 (or 0xD174C9) is known color: Orchid. HEX triplet: D1, 74 and C9. RGB value is (209,116,201). Sum of RGB (Red+Green+Blue) = 209+116+201=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D174C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174C9 is #2E8B36. Grayscale: #999999. Windows color (decimal): -3050295 or 13202641. OLE color: 13202641.
HSL color Cylindrical-coordinate representation of color #D174C9: hue angle of 305.16º 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 #D174C9 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 201 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.18 |
| HSL | 305.16º | 0.5% | 0.64% | - |
| HSV(B) | 305.16º | 0.44% | 0.82% | - |
| XYZ | 43.08 | 30.26 | 58.83 | - |
| YUV | 153.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 201 | 0 | 0.44 | 0.04 | 0.18 | 305.16 | 0.5 | 0.64 |
| Hex | D1 | 74 | C9 | 0 | 2C | 4 | 12 | 131 | 32 | 40 |
| Octal | 321 | 164 | 311 | 0 | 54 | 4 | 22 | 461 | 62 | 100 |
| Binary | 11010001 | 1110100 | 11001001 | 0 | 101100 | 100 | 10010 | 100110001 | 110010 | 1000000 |
Color Harmonies of #D174C9
Complementary color
Monochromatic Colors of #D174C9
Black with #D174C9
Text Example
Text Example
White with #D174C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174C9; }
p { color: rgb(209,116,201); }
H1.HeaderClassName
{
color: #D174C9;
}
.AnyTagClassName
{
color: #D174C9;
}
</style>
background-color css
<style>
a { background-color: #D174C9; }
a { background-color: rgb(209,116,201); }
div.DivClassName
{
background-color: #D174C9;
}
.BgClassName
{
background-color: #D174C9;
}
</style>
border-color css
<style>
span { border-color: #D174C9; }
span { border-color: rgb(209,116,201); }
td.TdClassName
{
border-color: #D174C9;
}
.TagClassName
{
border-color: #D174C9;
}
</style>