Shades of Orchid #D17BBC
Tints of Orchid #D17BBC
RGB
CMYK
RGB Variations
Color information
#D17BBC (or 0xD17BBC) is known color: Orchid. HEX triplet: D1, 7B and BC. RGB value is (209,123,188). Sum of RGB (Red+Green+Blue) = 209+123+188=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D17BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BBC is #2E8443. Grayscale: #9B9B9B. Windows color (decimal): -3048516 or 12352465. OLE color: 12352465.
HSL color Cylindrical-coordinate representation of color #D17BBC: hue angle of 314.65º 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 #D17BBC is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 123 | 188 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.18 |
| HSL | 314.65º | 0.48% | 0.65% | - |
| HSV(B) | 314.65º | 0.41% | 0.82% | - |
| XYZ | 42.45 | 31.35 | 51.39 | - |
| YUV | 156.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 188 | 0 | 0.41 | 0.10 | 0.18 | 314.65 | 0.48 | 0.65 |
| Hex | D1 | 7B | BC | 0 | 29 | A | 12 | 13B | 30 | 41 |
| Octal | 321 | 173 | 274 | 0 | 51 | 12 | 22 | 473 | 60 | 101 |
| Binary | 11010001 | 1111011 | 10111100 | 0 | 101001 | 1010 | 10010 | 100111011 | 110000 | 1000001 |
Color Harmonies of #D17BBC
Complementary color
Monochromatic Colors of #D17BBC
Black with #D17BBC
Text Example
Text Example
White with #D17BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17BBC; }
p { color: rgb(209,123,188); }
H1.HeaderClassName
{
color: #D17BBC;
}
.AnyTagClassName
{
color: #D17BBC;
}
</style>
background-color css
<style>
a { background-color: #D17BBC; }
a { background-color: rgb(209,123,188); }
div.DivClassName
{
background-color: #D17BBC;
}
.BgClassName
{
background-color: #D17BBC;
}
</style>
border-color css
<style>
span { border-color: #D17BBC; }
span { border-color: rgb(209,123,188); }
td.TdClassName
{
border-color: #D17BBC;
}
.TagClassName
{
border-color: #D17BBC;
}
</style>