Shades of Orchid #D17CBE
Tints of Orchid #D17CBE
RGB
CMYK
RGB Variations
Color information
#D17CBE (or 0xD17CBE) is known color: Orchid. HEX triplet: D1, 7C and BE. RGB value is (209,124,190). Sum of RGB (Red+Green+Blue) = 209+124+190=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D17CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CBE is #2E8341. Grayscale: #9C9C9C. Windows color (decimal): -3048258 or 12483793. OLE color: 12483793.
HSL color Cylindrical-coordinate representation of color #D17CBE: hue angle of 313.41º 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 #D17CBE is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 124 | 190 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.18 |
| HSL | 313.41º | 0.48% | 0.65% | - |
| HSV(B) | 313.41º | 0.41% | 0.82% | - |
| XYZ | 42.8 | 31.69 | 52.58 | - |
| YUV | 156.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 190 | 0 | 0.41 | 0.09 | 0.18 | 313.41 | 0.48 | 0.65 |
| Hex | D1 | 7C | BE | 0 | 29 | 9 | 12 | 139 | 30 | 41 |
| Octal | 321 | 174 | 276 | 0 | 51 | 11 | 22 | 471 | 60 | 101 |
| Binary | 11010001 | 1111100 | 10111110 | 0 | 101001 | 1001 | 10010 | 100111001 | 110000 | 1000001 |
Color Harmonies of #D17CBE
Complementary color
Monochromatic Colors of #D17CBE
Black with #D17CBE
Text Example
Text Example
White with #D17CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17CBE; }
p { color: rgb(209,124,190); }
H1.HeaderClassName
{
color: #D17CBE;
}
.AnyTagClassName
{
color: #D17CBE;
}
</style>
background-color css
<style>
a { background-color: #D17CBE; }
a { background-color: rgb(209,124,190); }
div.DivClassName
{
background-color: #D17CBE;
}
.BgClassName
{
background-color: #D17CBE;
}
</style>
border-color css
<style>
span { border-color: #D17CBE; }
span { border-color: rgb(209,124,190); }
td.TdClassName
{
border-color: #D17CBE;
}
.TagClassName
{
border-color: #D17CBE;
}
</style>