Shades of Orchid #D182C3
Tints of Orchid #D182C3
RGB
CMYK
RGB Variations
Color information
#D182C3 (or 0xD182C3) is known color: Orchid. HEX triplet: D1, 82 and C3. RGB value is (209,130,195). Sum of RGB (Red+Green+Blue) = 209+130+195=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 195 (76.56% from 255 or 36.52% from 534); Max value from RGB is 209 - color contains mainly: red. Hex color #D182C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182C3 is #2E7D3C. Grayscale: #A0A0A0. Windows color (decimal): -3046717 or 12813009. OLE color: 12813009.
HSL color Cylindrical-coordinate representation of color #D182C3: hue angle of 310.63º 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 #D182C3 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 195 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.18 |
| HSL | 310.63º | 0.46% | 0.66% | - |
| HSV(B) | 310.63º | 0.38% | 0.82% | - |
| XYZ | 44.13 | 33.46 | 55.76 | - |
| YUV | 161.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 195 | 0 | 0.38 | 0.07 | 0.18 | 310.63 | 0.46 | 0.66 |
| Hex | D1 | 82 | C3 | 0 | 26 | 7 | 12 | 137 | 2E | 42 |
| Octal | 321 | 202 | 303 | 0 | 46 | 7 | 22 | 467 | 56 | 102 |
| Binary | 11010001 | 10000010 | 11000011 | 0 | 100110 | 111 | 10010 | 100110111 | 101110 | 1000010 |
Color Harmonies of #D182C3
Complementary color
Monochromatic Colors of #D182C3
Black with #D182C3
Text Example
Text Example
White with #D182C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182C3; }
p { color: rgb(209,130,195); }
H1.HeaderClassName
{
color: #D182C3;
}
.AnyTagClassName
{
color: #D182C3;
}
</style>
background-color css
<style>
a { background-color: #D182C3; }
a { background-color: rgb(209,130,195); }
div.DivClassName
{
background-color: #D182C3;
}
.BgClassName
{
background-color: #D182C3;
}
</style>
border-color css
<style>
span { border-color: #D182C3; }
span { border-color: rgb(209,130,195); }
td.TdClassName
{
border-color: #D182C3;
}
.TagClassName
{
border-color: #D182C3;
}
</style>