Shades of Orchid #D182C0
Tints of Orchid #D182C0
RGB
CMYK
RGB Variations
Color information
#D182C0 (or 0xD182C0) is known color: Orchid. HEX triplet: D1, 82 and C0. RGB value is (209,130,192). Sum of RGB (Red+Green+Blue) = 209+130+192=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D182C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182C0 is #2E7D3F. Grayscale: #A0A0A0. Windows color (decimal): -3046720 or 12616401. OLE color: 12616401.
HSL color Cylindrical-coordinate representation of color #D182C0: hue angle of 312.91º 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 #D182C0 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 192 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.18 |
| HSL | 312.91º | 0.46% | 0.66% | - |
| HSV(B) | 312.91º | 0.38% | 0.82% | - |
| XYZ | 43.79 | 33.33 | 53.99 | - |
| YUV | 160.69 | 145.67 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 192 | 0 | 0.38 | 0.08 | 0.18 | 312.91 | 0.46 | 0.66 |
| Hex | D1 | 82 | C0 | 0 | 26 | 8 | 12 | 139 | 2E | 42 |
| Octal | 321 | 202 | 300 | 0 | 46 | 10 | 22 | 471 | 56 | 102 |
| Binary | 11010001 | 10000010 | 11000000 | 0 | 100110 | 1000 | 10010 | 100111001 | 101110 | 1000010 |
Color Harmonies of #D182C0
Complementary color
Monochromatic Colors of #D182C0
Black with #D182C0
Text Example
Text Example
White with #D182C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182C0; }
p { color: rgb(209,130,192); }
H1.HeaderClassName
{
color: #D182C0;
}
.AnyTagClassName
{
color: #D182C0;
}
</style>
background-color css
<style>
a { background-color: #D182C0; }
a { background-color: rgb(209,130,192); }
div.DivClassName
{
background-color: #D182C0;
}
.BgClassName
{
background-color: #D182C0;
}
</style>
border-color css
<style>
span { border-color: #D182C0; }
span { border-color: rgb(209,130,192); }
td.TdClassName
{
border-color: #D182C0;
}
.TagClassName
{
border-color: #D182C0;
}
</style>