Shades of Orchid #D182BE
Tints of Orchid #D182BE
RGB
CMYK
RGB Variations
Color information
#D182BE (or 0xD182BE) is known color: Orchid. HEX triplet: D1, 82 and BE. RGB value is (209,130,190). Sum of RGB (Red+Green+Blue) = 209+130+190=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 190 (74.61% from 255 or 35.92% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D182BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182BE is #2E7D41. Grayscale: #A0A0A0. Windows color (decimal): -3046722 or 12485329. OLE color: 12485329.
HSL color Cylindrical-coordinate representation of color #D182BE: hue angle of 314.43º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D182BE is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 190 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.18 |
| HSL | 314.43º | 0.46% | 0.66% | - |
| HSV(B) | 314.43º | 0.38% | 0.82% | - |
| XYZ | 43.57 | 33.24 | 52.83 | - |
| YUV | 160.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 190 | 0 | 0.38 | 0.09 | 0.18 | 314.43 | 0.46 | 0.66 |
| Hex | D1 | 82 | BE | 0 | 26 | 9 | 12 | 13A | 2E | 42 |
| Octal | 321 | 202 | 276 | 0 | 46 | 11 | 22 | 472 | 56 | 102 |
| Binary | 11010001 | 10000010 | 10111110 | 0 | 100110 | 1001 | 10010 | 100111010 | 101110 | 1000010 |
Color Harmonies of #D182BE
Complementary color
Monochromatic Colors of #D182BE
Black with #D182BE
Text Example
Text Example
White with #D182BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182BE; }
p { color: rgb(209,130,190); }
H1.HeaderClassName
{
color: #D182BE;
}
.AnyTagClassName
{
color: #D182BE;
}
</style>
background-color css
<style>
a { background-color: #D182BE; }
a { background-color: rgb(209,130,190); }
div.DivClassName
{
background-color: #D182BE;
}
.BgClassName
{
background-color: #D182BE;
}
</style>
border-color css
<style>
span { border-color: #D182BE; }
span { border-color: rgb(209,130,190); }
td.TdClassName
{
border-color: #D182BE;
}
.TagClassName
{
border-color: #D182BE;
}
</style>