Shades of Orchid #D174C3
Tints of Orchid #D174C3
RGB
CMYK
RGB Variations
Color information
#D174C3 (or 0xD174C3) is known color: Orchid. HEX triplet: D1, 74 and C3. RGB value is (209,116,195). Sum of RGB (Red+Green+Blue) = 209+116+195=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D174C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174C3 is #2E8B3C. Grayscale: #989898. Windows color (decimal): -3050301 or 12809425. OLE color: 12809425.
HSL color Cylindrical-coordinate representation of color #D174C3: hue angle of 309.03º 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 #D174C3 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 195 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.18 |
| HSL | 309.03º | 0.5% | 0.64% | - |
| HSV(B) | 309.03º | 0.44% | 0.82% | - |
| XYZ | 42.39 | 29.99 | 55.18 | - |
| YUV | 152.81 | 151.81 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 195 | 0 | 0.44 | 0.07 | 0.18 | 309.03 | 0.5 | 0.64 |
| Hex | D1 | 74 | C3 | 0 | 2C | 7 | 12 | 135 | 32 | 40 |
| Octal | 321 | 164 | 303 | 0 | 54 | 7 | 22 | 465 | 62 | 100 |
| Binary | 11010001 | 1110100 | 11000011 | 0 | 101100 | 111 | 10010 | 100110101 | 110010 | 1000000 |
Color Harmonies of #D174C3
Complementary color
Monochromatic Colors of #D174C3
Black with #D174C3
Text Example
Text Example
White with #D174C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174C3; }
p { color: rgb(209,116,195); }
H1.HeaderClassName
{
color: #D174C3;
}
.AnyTagClassName
{
color: #D174C3;
}
</style>
background-color css
<style>
a { background-color: #D174C3; }
a { background-color: rgb(209,116,195); }
div.DivClassName
{
background-color: #D174C3;
}
.BgClassName
{
background-color: #D174C3;
}
</style>
border-color css
<style>
span { border-color: #D174C3; }
span { border-color: rgb(209,116,195); }
td.TdClassName
{
border-color: #D174C3;
}
.TagClassName
{
border-color: #D174C3;
}
</style>