Shades of Orchid #D17ADD
Tints of Orchid #D17ADD
RGB
CMYK
RGB Variations
Color information
#D17ADD (or 0xD17ADD) is known color: Orchid. HEX triplet: D1, 7A and DD. RGB value is (209,122,221). Sum of RGB (Red+Green+Blue) = 209+122+221=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #D17ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ADD is #2E8522. Grayscale: #9E9E9E. Windows color (decimal): -3048739 or 14514897. OLE color: 14514897.
HSL color Cylindrical-coordinate representation of color #D17ADD: hue angle of 292.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D17ADD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 122 | 221 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.13 |
| HSL | 292.73º | 0.59% | 0.67% | - |
| HSV(B) | 292.73º | 0.45% | 0.87% | - |
| XYZ | 46.31 | 32.69 | 72.28 | - |
| YUV | 159.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 221 | 0.05 | 0.45 | 0 | 0.13 | 292.73 | 0.59 | 0.67 |
| Hex | D1 | 7A | DD | 5 | 2D | 0 | D | 125 | 3B | 43 |
| Octal | 321 | 172 | 335 | 5 | 55 | 0 | 15 | 445 | 73 | 103 |
| Binary | 11010001 | 1111010 | 11011101 | 101 | 101101 | 0 | 1101 | 100100101 | 111011 | 1000011 |
Color Harmonies of #D17ADD
Complementary color
Monochromatic Colors of #D17ADD
Black with #D17ADD
Text Example
Text Example
White with #D17ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17ADD; }
p { color: rgb(209,122,221); }
H1.HeaderClassName
{
color: #D17ADD;
}
.AnyTagClassName
{
color: #D17ADD;
}
</style>
background-color css
<style>
a { background-color: #D17ADD; }
a { background-color: rgb(209,122,221); }
div.DivClassName
{
background-color: #D17ADD;
}
.BgClassName
{
background-color: #D17ADD;
}
</style>
border-color css
<style>
span { border-color: #D17ADD; }
span { border-color: rgb(209,122,221); }
td.TdClassName
{
border-color: #D17ADD;
}
.TagClassName
{
border-color: #D17ADD;
}
</style>