Shades of Orchid #D17CBC
Tints of Orchid #D17CBC
RGB
CMYK
RGB Variations
Color information
#D17CBC (or 0xD17CBC) is known color: Orchid. HEX triplet: D1, 7C and BC. RGB value is (209,124,188). Sum of RGB (Red+Green+Blue) = 209+124+188=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CBC is #2E8343. Grayscale: #9C9C9C. Windows color (decimal): -3048260 or 12352721. OLE color: 12352721.
HSL color Cylindrical-coordinate representation of color #D17CBC: hue angle of 314.82º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D17CBC is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 124 | 188 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.18 |
| HSL | 314.82º | 0.48% | 0.65% | - |
| HSV(B) | 314.82º | 0.41% | 0.82% | - |
| XYZ | 42.58 | 31.6 | 51.43 | - |
| YUV | 156.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 188 | 0 | 0.41 | 0.10 | 0.18 | 314.82 | 0.48 | 0.65 |
| Hex | D1 | 7C | BC | 0 | 29 | A | 12 | 13B | 30 | 41 |
| Octal | 321 | 174 | 274 | 0 | 51 | 12 | 22 | 473 | 60 | 101 |
| Binary | 11010001 | 1111100 | 10111100 | 0 | 101001 | 1010 | 10010 | 100111011 | 110000 | 1000001 |
Color Harmonies of #D17CBC
Complementary color
Monochromatic Colors of #D17CBC
Black with #D17CBC
Text Example
Text Example
White with #D17CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17CBC; }
p { color: rgb(209,124,188); }
H1.HeaderClassName
{
color: #D17CBC;
}
.AnyTagClassName
{
color: #D17CBC;
}
</style>
background-color css
<style>
a { background-color: #D17CBC; }
a { background-color: rgb(209,124,188); }
div.DivClassName
{
background-color: #D17CBC;
}
.BgClassName
{
background-color: #D17CBC;
}
</style>
border-color css
<style>
span { border-color: #D17CBC; }
span { border-color: rgb(209,124,188); }
td.TdClassName
{
border-color: #D17CBC;
}
.TagClassName
{
border-color: #D17CBC;
}
</style>