Shades of Orchid #D182BD
Tints of Orchid #D182BD
RGB
CMYK
RGB Variations
Color information
#D182BD (or 0xD182BD) is known color: Orchid. HEX triplet: D1, 82 and BD. RGB value is (209,130,189). Sum of RGB (Red+Green+Blue) = 209+130+189=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D182BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182BD is #2E7D42. Grayscale: #A0A0A0. Windows color (decimal): -3046723 or 12419793. OLE color: 12419793.
HSL color Cylindrical-coordinate representation of color #D182BD: hue angle of 315.19º 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 #D182BD is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 189 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.18 |
| HSL | 315.19º | 0.46% | 0.66% | - |
| HSV(B) | 315.19º | 0.38% | 0.82% | - |
| XYZ | 43.46 | 33.19 | 52.26 | - |
| YUV | 160.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 189 | 0 | 0.38 | 0.10 | 0.18 | 315.19 | 0.46 | 0.66 |
| Hex | D1 | 82 | BD | 0 | 26 | A | 12 | 13B | 2E | 42 |
| Octal | 321 | 202 | 275 | 0 | 46 | 12 | 22 | 473 | 56 | 102 |
| Binary | 11010001 | 10000010 | 10111101 | 0 | 100110 | 1010 | 10010 | 100111011 | 101110 | 1000010 |
Color Harmonies of #D182BD
Complementary color
Monochromatic Colors of #D182BD
Black with #D182BD
Text Example
Text Example
White with #D182BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182BD; }
p { color: rgb(209,130,189); }
H1.HeaderClassName
{
color: #D182BD;
}
.AnyTagClassName
{
color: #D182BD;
}
</style>
background-color css
<style>
a { background-color: #D182BD; }
a { background-color: rgb(209,130,189); }
div.DivClassName
{
background-color: #D182BD;
}
.BgClassName
{
background-color: #D182BD;
}
</style>
border-color css
<style>
span { border-color: #D182BD; }
span { border-color: rgb(209,130,189); }
td.TdClassName
{
border-color: #D182BD;
}
.TagClassName
{
border-color: #D182BD;
}
</style>