Shades of Orchid #D174CA
Tints of Orchid #D174CA
RGB
CMYK
RGB Variations
Color information
#D174CA (or 0xD174CA) is known color: Orchid. HEX triplet: D1, 74 and CA. RGB value is (209,116,202). Sum of RGB (Red+Green+Blue) = 209+116+202=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D174CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174CA is #2E8B35. Grayscale: #999999. Windows color (decimal): -3050294 or 13268177. OLE color: 13268177.
HSL color Cylindrical-coordinate representation of color #D174CA: hue angle of 304.52º 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 #D174CA is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 202 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.18 |
| HSL | 304.52º | 0.5% | 0.64% | - |
| HSV(B) | 304.52º | 0.44% | 0.82% | - |
| XYZ | 43.2 | 30.31 | 59.45 | - |
| YUV | 153.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 202 | 0 | 0.44 | 0.03 | 0.18 | 304.52 | 0.5 | 0.64 |
| Hex | D1 | 74 | CA | 0 | 2C | 3 | 12 | 131 | 32 | 40 |
| Octal | 321 | 164 | 312 | 0 | 54 | 3 | 22 | 461 | 62 | 100 |
| Binary | 11010001 | 1110100 | 11001010 | 0 | 101100 | 11 | 10010 | 100110001 | 110010 | 1000000 |
Color Harmonies of #D174CA
Complementary color
Monochromatic Colors of #D174CA
Black with #D174CA
Text Example
Text Example
White with #D174CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174CA; }
p { color: rgb(209,116,202); }
H1.HeaderClassName
{
color: #D174CA;
}
.AnyTagClassName
{
color: #D174CA;
}
</style>
background-color css
<style>
a { background-color: #D174CA; }
a { background-color: rgb(209,116,202); }
div.DivClassName
{
background-color: #D174CA;
}
.BgClassName
{
background-color: #D174CA;
}
</style>
border-color css
<style>
span { border-color: #D174CA; }
span { border-color: rgb(209,116,202); }
td.TdClassName
{
border-color: #D174CA;
}
.TagClassName
{
border-color: #D174CA;
}
</style>