Shades of Orchid #D182D3
Tints of Orchid #D182D3
RGB
CMYK
RGB Variations
Color information
#D182D3 (or 0xD182D3) is known color: Orchid. HEX triplet: D1, 82 and D3. RGB value is (209,130,211). Sum of RGB (Red+Green+Blue) = 209+130+211=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 211 (82.81% from 255 or 38.36% from 550); Max value from RGB is 211 - color contains mainly: blue. Hex color #D182D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182D3 is #2E7D2C. Grayscale: #A2A2A2. Windows color (decimal): -3046701 or 13861585. OLE color: 13861585.
HSL color Cylindrical-coordinate representation of color #D182D3: hue angle of 298.52º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D182D3 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 130 | 211 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.17 |
| HSL | 298.52º | 0.48% | 0.67% | - |
| HSV(B) | 298.52º | 0.38% | 0.83% | - |
| XYZ | 46.04 | 34.22 | 65.81 | - |
| YUV | 162.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 211 | 0.01 | 0.38 | 0 | 0.17 | 298.52 | 0.48 | 0.67 |
| Hex | D1 | 82 | D3 | 1 | 26 | 0 | 11 | 12B | 30 | 43 |
| Octal | 321 | 202 | 323 | 1 | 46 | 0 | 21 | 453 | 60 | 103 |
| Binary | 11010001 | 10000010 | 11010011 | 1 | 100110 | 0 | 10001 | 100101011 | 110000 | 1000011 |
Color Harmonies of #D182D3
Complementary color
Monochromatic Colors of #D182D3
Black with #D182D3
Text Example
Text Example
White with #D182D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182D3; }
p { color: rgb(209,130,211); }
H1.HeaderClassName
{
color: #D182D3;
}
.AnyTagClassName
{
color: #D182D3;
}
</style>
background-color css
<style>
a { background-color: #D182D3; }
a { background-color: rgb(209,130,211); }
div.DivClassName
{
background-color: #D182D3;
}
.BgClassName
{
background-color: #D182D3;
}
</style>
border-color css
<style>
span { border-color: #D182D3; }
span { border-color: rgb(209,130,211); }
td.TdClassName
{
border-color: #D182D3;
}
.TagClassName
{
border-color: #D182D3;
}
</style>