Shades of Orchid #D174CB
Tints of Orchid #D174CB
RGB
CMYK
RGB Variations
Color information
#D174CB (or 0xD174CB) is known color: Orchid. HEX triplet: D1, 74 and CB. RGB value is (209,116,203). Sum of RGB (Red+Green+Blue) = 209+116+203=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D174CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D174CB is #2E8B34. Grayscale: #999999. Windows color (decimal): -3050293 or 13333713. OLE color: 13333713.
HSL color Cylindrical-coordinate representation of color #D174CB: hue angle of 303.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 #D174CB is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 116 | 203 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.18 |
| HSL | 303.87º | 0.5% | 0.64% | - |
| HSV(B) | 303.87º | 0.44% | 0.82% | - |
| XYZ | 43.32 | 30.36 | 60.08 | - |
| YUV | 153.73 | 155.81 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 203 | 0 | 0.44 | 0.03 | 0.18 | 303.87 | 0.5 | 0.64 |
| Hex | D1 | 74 | CB | 0 | 2C | 3 | 12 | 130 | 32 | 40 |
| Octal | 321 | 164 | 313 | 0 | 54 | 3 | 22 | 460 | 62 | 100 |
| Binary | 11010001 | 1110100 | 11001011 | 0 | 101100 | 11 | 10010 | 100110000 | 110010 | 1000000 |
Color Harmonies of #D174CB
Complementary color
Monochromatic Colors of #D174CB
Black with #D174CB
Text Example
Text Example
White with #D174CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174CB; }
p { color: rgb(209,116,203); }
H1.HeaderClassName
{
color: #D174CB;
}
.AnyTagClassName
{
color: #D174CB;
}
</style>
background-color css
<style>
a { background-color: #D174CB; }
a { background-color: rgb(209,116,203); }
div.DivClassName
{
background-color: #D174CB;
}
.BgClassName
{
background-color: #D174CB;
}
</style>
border-color css
<style>
span { border-color: #D174CB; }
span { border-color: rgb(209,116,203); }
td.TdClassName
{
border-color: #D174CB;
}
.TagClassName
{
border-color: #D174CB;
}
</style>