Shades of Orchid #D17BC6
Tints of Orchid #D17BC6
RGB
CMYK
RGB Variations
Color information
#D17BC6 (or 0xD17BC6) is known color: Orchid. HEX triplet: D1, 7B and C6. RGB value is (209,123,198). Sum of RGB (Red+Green+Blue) = 209+123+198=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D17BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BC6 is #2E8439. Grayscale: #9D9D9D. Windows color (decimal): -3048506 or 13007825. OLE color: 13007825.
HSL color Cylindrical-coordinate representation of color #D17BC6: hue angle of 307.67º 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 #D17BC6 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 123 | 198 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.18 |
| HSL | 307.67º | 0.48% | 0.65% | - |
| HSV(B) | 307.67º | 0.41% | 0.82% | - |
| XYZ | 43.57 | 31.8 | 57.27 | - |
| YUV | 157.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 198 | 0 | 0.41 | 0.05 | 0.18 | 307.67 | 0.48 | 0.65 |
| Hex | D1 | 7B | C6 | 0 | 29 | 5 | 12 | 134 | 30 | 41 |
| Octal | 321 | 173 | 306 | 0 | 51 | 5 | 22 | 464 | 60 | 101 |
| Binary | 11010001 | 1111011 | 11000110 | 0 | 101001 | 101 | 10010 | 100110100 | 110000 | 1000001 |
Color Harmonies of #D17BC6
Complementary color
Monochromatic Colors of #D17BC6
Black with #D17BC6
Text Example
Text Example
White with #D17BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17BC6; }
p { color: rgb(209,123,198); }
H1.HeaderClassName
{
color: #D17BC6;
}
.AnyTagClassName
{
color: #D17BC6;
}
</style>
background-color css
<style>
a { background-color: #D17BC6; }
a { background-color: rgb(209,123,198); }
div.DivClassName
{
background-color: #D17BC6;
}
.BgClassName
{
background-color: #D17BC6;
}
</style>
border-color css
<style>
span { border-color: #D17BC6; }
span { border-color: rgb(209,123,198); }
td.TdClassName
{
border-color: #D17BC6;
}
.TagClassName
{
border-color: #D17BC6;
}
</style>