Shades of Orchid #D17AD8
Tints of Orchid #D17AD8
RGB
CMYK
RGB Variations
Color information
#D17AD8 (or 0xD17AD8) is known color: Orchid. HEX triplet: D1, 7A and D8. RGB value is (209,122,216). Sum of RGB (Red+Green+Blue) = 209+122+216=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #D17AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17AD8 is #2E8527. Grayscale: #9E9E9E. Windows color (decimal): -3048744 or 14187217. OLE color: 14187217.
HSL color Cylindrical-coordinate representation of color #D17AD8: hue angle of 295.53º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D17AD8 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 122 | 216 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.15 |
| HSL | 295.53º | 0.55% | 0.66% | - |
| HSV(B) | 295.53º | 0.44% | 0.85% | - |
| XYZ | 45.65 | 32.43 | 68.82 | - |
| YUV | 158.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 216 | 0.03 | 0.44 | 0 | 0.15 | 295.53 | 0.55 | 0.66 |
| Hex | D1 | 7A | D8 | 3 | 2C | 0 | F | 128 | 37 | 42 |
| Octal | 321 | 172 | 330 | 3 | 54 | 0 | 17 | 450 | 67 | 102 |
| Binary | 11010001 | 1111010 | 11011000 | 11 | 101100 | 0 | 1111 | 100101000 | 110111 | 1000010 |
Color Harmonies of #D17AD8
Complementary color
Monochromatic Colors of #D17AD8
Black with #D17AD8
Text Example
Text Example
White with #D17AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17AD8; }
p { color: rgb(209,122,216); }
H1.HeaderClassName
{
color: #D17AD8;
}
.AnyTagClassName
{
color: #D17AD8;
}
</style>
background-color css
<style>
a { background-color: #D17AD8; }
a { background-color: rgb(209,122,216); }
div.DivClassName
{
background-color: #D17AD8;
}
.BgClassName
{
background-color: #D17AD8;
}
</style>
border-color css
<style>
span { border-color: #D17AD8; }
span { border-color: rgb(209,122,216); }
td.TdClassName
{
border-color: #D17AD8;
}
.TagClassName
{
border-color: #D17AD8;
}
</style>