Shades of Orchid #D17DDF
Tints of Orchid #D17DDF
RGB
CMYK
RGB Variations
Color information
#D17DDF (or 0xD17DDF) is known color: Orchid. HEX triplet: D1, 7D and DF. RGB value is (209,125,223). Sum of RGB (Red+Green+Blue) = 209+125+223=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #D17DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DDF is #2E8220. Grayscale: #A0A0A0. Windows color (decimal): -3047969 or 14646737. OLE color: 14646737.
HSL color Cylindrical-coordinate representation of color #D17DDF: hue angle of 291.43º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17DDF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 125 | 223 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.13 |
| HSL | 291.43º | 0.6% | 0.68% | - |
| HSV(B) | 291.43º | 0.44% | 0.87% | - |
| XYZ | 46.95 | 33.55 | 73.81 | - |
| YUV | 161.29 | 162.83 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 223 | 0.06 | 0.44 | 0 | 0.13 | 291.43 | 0.6 | 0.68 |
| Hex | D1 | 7D | DF | 6 | 2C | 0 | D | 123 | 3C | 44 |
| Octal | 321 | 175 | 337 | 6 | 54 | 0 | 15 | 443 | 74 | 104 |
| Binary | 11010001 | 1111101 | 11011111 | 110 | 101100 | 0 | 1101 | 100100011 | 111100 | 1000100 |
Color Harmonies of #D17DDF
Complementary color
Monochromatic Colors of #D17DDF
Black with #D17DDF
Text Example
Text Example
White with #D17DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17DDF; }
p { color: rgb(209,125,223); }
H1.HeaderClassName
{
color: #D17DDF;
}
.AnyTagClassName
{
color: #D17DDF;
}
</style>
background-color css
<style>
a { background-color: #D17DDF; }
a { background-color: rgb(209,125,223); }
div.DivClassName
{
background-color: #D17DDF;
}
.BgClassName
{
background-color: #D17DDF;
}
</style>
border-color css
<style>
span { border-color: #D17DDF; }
span { border-color: rgb(209,125,223); }
td.TdClassName
{
border-color: #D17DDF;
}
.TagClassName
{
border-color: #D17DDF;
}
</style>