Shades of Orchid #D180DA
Tints of Orchid #D180DA
RGB
CMYK
RGB Variations
Color information
#D180DA (or 0xD180DA) is known color: Orchid. HEX triplet: D1, 80 and DA. RGB value is (209,128,218). Sum of RGB (Red+Green+Blue) = 209+128+218=555 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.66% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 218 - color contains mainly: blue. Hex color #D180DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180DA is #2E7F25. Grayscale: #A2A2A2. Windows color (decimal): -3047206 or 14319825. OLE color: 14319825.
HSL color Cylindrical-coordinate representation of color #D180DA: hue angle of 294º degrees, saturation: 0.55, 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 #D180DA is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 128 | 218 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.15 |
| HSL | 294º | 0.55% | 0.68% | - |
| HSV(B) | 294º | 0.41% | 0.85% | - |
| XYZ | 46.67 | 34.06 | 70.44 | - |
| YUV | 162.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 218 | 0.04 | 0.41 | 0 | 0.15 | 294 | 0.55 | 0.68 |
| Hex | D1 | 80 | DA | 4 | 29 | 0 | F | 126 | 37 | 44 |
| Octal | 321 | 200 | 332 | 4 | 51 | 0 | 17 | 446 | 67 | 104 |
| Binary | 11010001 | 10000000 | 11011010 | 100 | 101001 | 0 | 1111 | 100100110 | 110111 | 1000100 |
Color Harmonies of #D180DA
Complementary color
Monochromatic Colors of #D180DA
Black with #D180DA
Text Example
Text Example
White with #D180DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D180DA; }
p { color: rgb(209,128,218); }
H1.HeaderClassName
{
color: #D180DA;
}
.AnyTagClassName
{
color: #D180DA;
}
</style>
background-color css
<style>
a { background-color: #D180DA; }
a { background-color: rgb(209,128,218); }
div.DivClassName
{
background-color: #D180DA;
}
.BgClassName
{
background-color: #D180DA;
}
</style>
border-color css
<style>
span { border-color: #D180DA; }
span { border-color: rgb(209,128,218); }
td.TdClassName
{
border-color: #D180DA;
}
.TagClassName
{
border-color: #D180DA;
}
</style>