Shades of Orchid #D17CDC
Tints of Orchid #D17CDC
RGB
CMYK
RGB Variations
Color information
#D17CDC (or 0xD17CDC) is known color: Orchid. HEX triplet: D1, 7C and DC. RGB value is (209,124,220). Sum of RGB (Red+Green+Blue) = 209+124+220=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #D17CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CDC is #2E8323. Grayscale: #A0A0A0. Windows color (decimal): -3048228 or 14449873. OLE color: 14449873.
HSL color Cylindrical-coordinate representation of color #D17CDC: hue angle of 293.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17CDC is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 124 | 220 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.14 |
| HSL | 293.13º | 0.58% | 0.67% | - |
| HSV(B) | 293.13º | 0.44% | 0.86% | - |
| XYZ | 46.42 | 33.14 | 71.66 | - |
| YUV | 160.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 220 | 0.05 | 0.44 | 0 | 0.14 | 293.13 | 0.58 | 0.67 |
| Hex | D1 | 7C | DC | 5 | 2C | 0 | E | 125 | 3A | 43 |
| Octal | 321 | 174 | 334 | 5 | 54 | 0 | 16 | 445 | 72 | 103 |
| Binary | 11010001 | 1111100 | 11011100 | 101 | 101100 | 0 | 1110 | 100100101 | 111010 | 1000011 |
Color Harmonies of #D17CDC
Complementary color
Monochromatic Colors of #D17CDC
Black with #D17CDC
Text Example
Text Example
White with #D17CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17CDC; }
p { color: rgb(209,124,220); }
H1.HeaderClassName
{
color: #D17CDC;
}
.AnyTagClassName
{
color: #D17CDC;
}
</style>
background-color css
<style>
a { background-color: #D17CDC; }
a { background-color: rgb(209,124,220); }
div.DivClassName
{
background-color: #D17CDC;
}
.BgClassName
{
background-color: #D17CDC;
}
</style>
border-color css
<style>
span { border-color: #D17CDC; }
span { border-color: rgb(209,124,220); }
td.TdClassName
{
border-color: #D17CDC;
}
.TagClassName
{
border-color: #D17CDC;
}
</style>