Shades of Orchid #D180D9
Tints of Orchid #D180D9
RGB
CMYK
RGB Variations
Color information
#D180D9 (or 0xD180D9) is known color: Orchid. HEX triplet: D1, 80 and D9. RGB value is (209,128,217). Sum of RGB (Red+Green+Blue) = 209+128+217=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 217 (85.16% from 255 or 39.17% from 554); Max value from RGB is 217 - color contains mainly: blue. Hex color #D180D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180D9 is #2E7F26. Grayscale: #A2A2A2. Windows color (decimal): -3047207 or 14254289. OLE color: 14254289.
HSL color Cylindrical-coordinate representation of color #D180D9: hue angle of 294.61º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D180D9 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 128 | 217 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.15 |
| HSL | 294.61º | 0.54% | 0.68% | - |
| HSV(B) | 294.61º | 0.41% | 0.85% | - |
| XYZ | 46.54 | 34 | 69.76 | - |
| YUV | 162.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 217 | 0.04 | 0.41 | 0 | 0.15 | 294.61 | 0.54 | 0.68 |
| Hex | D1 | 80 | D9 | 4 | 29 | 0 | F | 127 | 36 | 44 |
| Octal | 321 | 200 | 331 | 4 | 51 | 0 | 17 | 447 | 66 | 104 |
| Binary | 11010001 | 10000000 | 11011001 | 100 | 101001 | 0 | 1111 | 100100111 | 110110 | 1000100 |
Color Harmonies of #D180D9
Complementary color
Monochromatic Colors of #D180D9
Black with #D180D9
Text Example
Text Example
White with #D180D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D180D9; }
p { color: rgb(209,128,217); }
H1.HeaderClassName
{
color: #D180D9;
}
.AnyTagClassName
{
color: #D180D9;
}
</style>
background-color css
<style>
a { background-color: #D180D9; }
a { background-color: rgb(209,128,217); }
div.DivClassName
{
background-color: #D180D9;
}
.BgClassName
{
background-color: #D180D9;
}
</style>
border-color css
<style>
span { border-color: #D180D9; }
span { border-color: rgb(209,128,217); }
td.TdClassName
{
border-color: #D180D9;
}
.TagClassName
{
border-color: #D180D9;
}
</style>