Shades of Orchid #D174C8
Tints of Orchid #D174C8
RGB
CMYK
RGB Variations
Color information
#D174C8 (or 0xD174C8) is known color: Orchid. HEX triplet: D1, 74 and C8. RGB value is (209,116,200). Sum of RGB (Red+Green+Blue) = 209+116+200=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D174C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174C8 is #2E8B37. Grayscale: #999999. Windows color (decimal): -3050296 or 13137105. OLE color: 13137105.
HSL color Cylindrical-coordinate representation of color #D174C8: hue angle of 305.81º 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 #D174C8 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 200 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.18 |
| HSL | 305.81º | 0.5% | 0.64% | - |
| HSV(B) | 305.81º | 0.44% | 0.82% | - |
| XYZ | 42.97 | 30.22 | 58.21 | - |
| YUV | 153.38 | 154.31 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 200 | 0 | 0.44 | 0.04 | 0.18 | 305.81 | 0.5 | 0.64 |
| Hex | D1 | 74 | C8 | 0 | 2C | 4 | 12 | 132 | 32 | 40 |
| Octal | 321 | 164 | 310 | 0 | 54 | 4 | 22 | 462 | 62 | 100 |
| Binary | 11010001 | 1110100 | 11001000 | 0 | 101100 | 100 | 10010 | 100110010 | 110010 | 1000000 |
Color Harmonies of #D174C8
Complementary color
Monochromatic Colors of #D174C8
Black with #D174C8
Text Example
Text Example
White with #D174C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174C8; }
p { color: rgb(209,116,200); }
H1.HeaderClassName
{
color: #D174C8;
}
.AnyTagClassName
{
color: #D174C8;
}
</style>
background-color css
<style>
a { background-color: #D174C8; }
a { background-color: rgb(209,116,200); }
div.DivClassName
{
background-color: #D174C8;
}
.BgClassName
{
background-color: #D174C8;
}
</style>
border-color css
<style>
span { border-color: #D174C8; }
span { border-color: rgb(209,116,200); }
td.TdClassName
{
border-color: #D174C8;
}
.TagClassName
{
border-color: #D174C8;
}
</style>