Shades of Orchid #D17ABD
Tints of Orchid #D17ABD
RGB
CMYK
RGB Variations
Color information
#D17ABD (or 0xD17ABD) is known color: Orchid. HEX triplet: D1, 7A and BD. RGB value is (209,122,189). Sum of RGB (Red+Green+Blue) = 209+122+189=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D17ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17ABD is #2E8542. Grayscale: #9B9B9B. Windows color (decimal): -3048771 or 12417745. OLE color: 12417745.
HSL color Cylindrical-coordinate representation of color #D17ABD: hue angle of 313.79º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D17ABD is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 189 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.18 |
| HSL | 313.79º | 0.49% | 0.65% | - |
| HSV(B) | 313.79º | 0.42% | 0.82% | - |
| XYZ | 42.44 | 31.15 | 51.92 | - |
| YUV | 155.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 189 | 0 | 0.42 | 0.10 | 0.18 | 313.79 | 0.49 | 0.65 |
| Hex | D1 | 7A | BD | 0 | 2A | A | 12 | 13A | 31 | 41 |
| Octal | 321 | 172 | 275 | 0 | 52 | 12 | 22 | 472 | 61 | 101 |
| Binary | 11010001 | 1111010 | 10111101 | 0 | 101010 | 1010 | 10010 | 100111010 | 110001 | 1000001 |
Color Harmonies of #D17ABD
Complementary color
Monochromatic Colors of #D17ABD
Black with #D17ABD
Text Example
Text Example
White with #D17ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17ABD; }
p { color: rgb(209,122,189); }
H1.HeaderClassName
{
color: #D17ABD;
}
.AnyTagClassName
{
color: #D17ABD;
}
</style>
background-color css
<style>
a { background-color: #D17ABD; }
a { background-color: rgb(209,122,189); }
div.DivClassName
{
background-color: #D17ABD;
}
.BgClassName
{
background-color: #D17ABD;
}
</style>
border-color css
<style>
span { border-color: #D17ABD; }
span { border-color: rgb(209,122,189); }
td.TdClassName
{
border-color: #D17ABD;
}
.TagClassName
{
border-color: #D17ABD;
}
</style>