Shades of Orchid #D182D9
Tints of Orchid #D182D9
RGB
CMYK
RGB Variations
Color information
#D182D9 (or 0xD182D9) is known color: Orchid. HEX triplet: D1, 82 and D9. RGB value is (209,130,217). Sum of RGB (Red+Green+Blue) = 209+130+217=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #D182D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182D9 is #2E7D26. Grayscale: #A3A3A3. Windows color (decimal): -3046695 or 14254801. OLE color: 14254801.
HSL color Cylindrical-coordinate representation of color #D182D9: hue angle of 294.48º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D182D9 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 130 | 217 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.15 |
| HSL | 294.48º | 0.53% | 0.68% | - |
| HSV(B) | 294.48º | 0.4% | 0.85% | - |
| XYZ | 46.8 | 34.53 | 69.84 | - |
| YUV | 163.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 217 | 0.04 | 0.40 | 0 | 0.15 | 294.48 | 0.53 | 0.68 |
| Hex | D1 | 82 | D9 | 4 | 28 | 0 | F | 126 | 35 | 44 |
| Octal | 321 | 202 | 331 | 4 | 50 | 0 | 17 | 446 | 65 | 104 |
| Binary | 11010001 | 10000010 | 11011001 | 100 | 101000 | 0 | 1111 | 100100110 | 110101 | 1000100 |
Color Harmonies of #D182D9
Complementary color
Monochromatic Colors of #D182D9
Black with #D182D9
Text Example
Text Example
White with #D182D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182D9; }
p { color: rgb(209,130,217); }
H1.HeaderClassName
{
color: #D182D9;
}
.AnyTagClassName
{
color: #D182D9;
}
</style>
background-color css
<style>
a { background-color: #D182D9; }
a { background-color: rgb(209,130,217); }
div.DivClassName
{
background-color: #D182D9;
}
.BgClassName
{
background-color: #D182D9;
}
</style>
border-color css
<style>
span { border-color: #D182D9; }
span { border-color: rgb(209,130,217); }
td.TdClassName
{
border-color: #D182D9;
}
.TagClassName
{
border-color: #D182D9;
}
</style>