Shades of Orchid #D17CDD
Tints of Orchid #D17CDD
RGB
CMYK
RGB Variations
Color information
#D17CDD (or 0xD17CDD) is known color: Orchid. HEX triplet: D1, 7C and DD. RGB value is (209,124,221). Sum of RGB (Red+Green+Blue) = 209+124+221=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #D17CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CDD is #2E8322. Grayscale: #A0A0A0. Windows color (decimal): -3048227 or 14515409. OLE color: 14515409.
HSL color Cylindrical-coordinate representation of color #D17CDD: hue angle of 292.58º degrees, saturation: 0.59, 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 #D17CDD is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 124 | 221 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.13 |
| HSL | 292.58º | 0.59% | 0.68% | - |
| HSV(B) | 292.58º | 0.44% | 0.87% | - |
| XYZ | 46.55 | 33.19 | 72.36 | - |
| YUV | 160.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 124 | 221 | 0.05 | 0.44 | 0 | 0.13 | 292.58 | 0.59 | 0.68 |
| Hex | D1 | 7C | DD | 5 | 2C | 0 | D | 125 | 3B | 44 |
| Octal | 321 | 174 | 335 | 5 | 54 | 0 | 15 | 445 | 73 | 104 |
| Binary | 11010001 | 1111100 | 11011101 | 101 | 101100 | 0 | 1101 | 100100101 | 111011 | 1000100 |
Color Harmonies of #D17CDD
Complementary color
Monochromatic Colors of #D17CDD
Black with #D17CDD
Text Example
Text Example
White with #D17CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17CDD; }
p { color: rgb(209,124,221); }
H1.HeaderClassName
{
color: #D17CDD;
}
.AnyTagClassName
{
color: #D17CDD;
}
</style>
background-color css
<style>
a { background-color: #D17CDD; }
a { background-color: rgb(209,124,221); }
div.DivClassName
{
background-color: #D17CDD;
}
.BgClassName
{
background-color: #D17CDD;
}
</style>
border-color css
<style>
span { border-color: #D17CDD; }
span { border-color: rgb(209,124,221); }
td.TdClassName
{
border-color: #D17CDD;
}
.TagClassName
{
border-color: #D17CDD;
}
</style>