Shades of Orchid #D182D4
Tints of Orchid #D182D4
RGB
CMYK
RGB Variations
Color information
#D182D4 (or 0xD182D4) is known color: Orchid. HEX triplet: D1, 82 and D4. RGB value is (209,130,212). Sum of RGB (Red+Green+Blue) = 209+130+212=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 212 - color contains mainly: blue. Hex color #D182D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182D4 is #2E7D2B. Grayscale: #A2A2A2. Windows color (decimal): -3046700 or 13927121. OLE color: 13927121.
HSL color Cylindrical-coordinate representation of color #D182D4: hue angle of 297.8º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D182D4 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 130 | 212 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.17 |
| HSL | 297.8º | 0.49% | 0.67% | - |
| HSV(B) | 297.8º | 0.39% | 0.83% | - |
| XYZ | 46.16 | 34.27 | 66.47 | - |
| YUV | 162.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 212 | 0.01 | 0.39 | 0 | 0.17 | 297.8 | 0.49 | 0.67 |
| Hex | D1 | 82 | D4 | 1 | 27 | 0 | 11 | 12A | 31 | 43 |
| Octal | 321 | 202 | 324 | 1 | 47 | 0 | 21 | 452 | 61 | 103 |
| Binary | 11010001 | 10000010 | 11010100 | 1 | 100111 | 0 | 10001 | 100101010 | 110001 | 1000011 |
Color Harmonies of #D182D4
Complementary color
Monochromatic Colors of #D182D4
Black with #D182D4
Text Example
Text Example
White with #D182D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182D4; }
p { color: rgb(209,130,212); }
H1.HeaderClassName
{
color: #D182D4;
}
.AnyTagClassName
{
color: #D182D4;
}
</style>
background-color css
<style>
a { background-color: #D182D4; }
a { background-color: rgb(209,130,212); }
div.DivClassName
{
background-color: #D182D4;
}
.BgClassName
{
background-color: #D182D4;
}
</style>
border-color css
<style>
span { border-color: #D182D4; }
span { border-color: rgb(209,130,212); }
td.TdClassName
{
border-color: #D182D4;
}
.TagClassName
{
border-color: #D182D4;
}
</style>