Shades of Orchid #D17DCB
Tints of Orchid #D17DCB
RGB
CMYK
RGB Variations
Color information
#D17DCB (or 0xD17DCB) is known color: Orchid. HEX triplet: D1, 7D and CB. RGB value is (209,125,203). Sum of RGB (Red+Green+Blue) = 209+125+203=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D17DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DCB is #2E8234. Grayscale: #9E9E9E. Windows color (decimal): -3047989 or 13336017. OLE color: 13336017.
HSL color Cylindrical-coordinate representation of color #D17DCB: hue angle of 304.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17DCB is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 203 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.18 |
| HSL | 304.29º | 0.48% | 0.65% | - |
| HSV(B) | 304.29º | 0.4% | 0.82% | - |
| XYZ | 44.41 | 32.53 | 60.44 | - |
| YUV | 159.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 203 | 0 | 0.40 | 0.03 | 0.18 | 304.29 | 0.48 | 0.65 |
| Hex | D1 | 7D | CB | 0 | 28 | 3 | 12 | 130 | 30 | 41 |
| Octal | 321 | 175 | 313 | 0 | 50 | 3 | 22 | 460 | 60 | 101 |
| Binary | 11010001 | 1111101 | 11001011 | 0 | 101000 | 11 | 10010 | 100110000 | 110000 | 1000001 |
Color Harmonies of #D17DCB
Complementary color
Monochromatic Colors of #D17DCB
Black with #D17DCB
Text Example
Text Example
White with #D17DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17DCB; }
p { color: rgb(209,125,203); }
H1.HeaderClassName
{
color: #D17DCB;
}
.AnyTagClassName
{
color: #D17DCB;
}
</style>
background-color css
<style>
a { background-color: #D17DCB; }
a { background-color: rgb(209,125,203); }
div.DivClassName
{
background-color: #D17DCB;
}
.BgClassName
{
background-color: #D17DCB;
}
</style>
border-color css
<style>
span { border-color: #D17DCB; }
span { border-color: rgb(209,125,203); }
td.TdClassName
{
border-color: #D17DCB;
}
.TagClassName
{
border-color: #D17DCB;
}
</style>