Shades of Orchid #D17BDD
Tints of Orchid #D17BDD
RGB
CMYK
RGB Variations
Color information
#D17BDD (or 0xD17BDD) is known color: Orchid. HEX triplet: D1, 7B and DD. RGB value is (209,123,221). Sum of RGB (Red+Green+Blue) = 209+123+221=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #D17BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BDD is #2E8422. Grayscale: #9F9F9F. Windows color (decimal): -3048483 or 14515153. OLE color: 14515153.
HSL color Cylindrical-coordinate representation of color #D17BDD: hue angle of 292.65º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17BDD is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 123 | 221 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.13 |
| HSL | 292.65º | 0.59% | 0.67% | - |
| HSV(B) | 292.65º | 0.44% | 0.87% | - |
| XYZ | 46.43 | 32.94 | 72.32 | - |
| YUV | 159.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 123 | 221 | 0.05 | 0.44 | 0 | 0.13 | 292.65 | 0.59 | 0.67 |
| Hex | D1 | 7B | DD | 5 | 2C | 0 | D | 125 | 3B | 43 |
| Octal | 321 | 173 | 335 | 5 | 54 | 0 | 15 | 445 | 73 | 103 |
| Binary | 11010001 | 1111011 | 11011101 | 101 | 101100 | 0 | 1101 | 100100101 | 111011 | 1000011 |
Color Harmonies of #D17BDD
Complementary color
Monochromatic Colors of #D17BDD
Black with #D17BDD
Text Example
Text Example
White with #D17BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17BDD; }
p { color: rgb(209,123,221); }
H1.HeaderClassName
{
color: #D17BDD;
}
.AnyTagClassName
{
color: #D17BDD;
}
</style>
background-color css
<style>
a { background-color: #D17BDD; }
a { background-color: rgb(209,123,221); }
div.DivClassName
{
background-color: #D17BDD;
}
.BgClassName
{
background-color: #D17BDD;
}
</style>
border-color css
<style>
span { border-color: #D17BDD; }
span { border-color: rgb(209,123,221); }
td.TdClassName
{
border-color: #D17BDD;
}
.TagClassName
{
border-color: #D17BDD;
}
</style>