Shades of Orchid #D182D6
Tints of Orchid #D182D6
RGB
CMYK
RGB Variations
Color information
#D182D6 (or 0xD182D6) is known color: Orchid. HEX triplet: D1, 82 and D6. RGB value is (209,130,214). Sum of RGB (Red+Green+Blue) = 209+130+214=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #D182D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182D6 is #2E7D29. Grayscale: #A2A2A2. Windows color (decimal): -3046698 or 14058193. OLE color: 14058193.
HSL color Cylindrical-coordinate representation of color #D182D6: hue angle of 296.43º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D182D6 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 130 | 214 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.16 |
| HSL | 296.43º | 0.51% | 0.67% | - |
| HSV(B) | 296.43º | 0.39% | 0.84% | - |
| XYZ | 46.41 | 34.38 | 67.81 | - |
| YUV | 163.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 214 | 0.02 | 0.39 | 0 | 0.16 | 296.43 | 0.51 | 0.67 |
| Hex | D1 | 82 | D6 | 2 | 27 | 0 | 10 | 128 | 33 | 43 |
| Octal | 321 | 202 | 326 | 2 | 47 | 0 | 20 | 450 | 63 | 103 |
| Binary | 11010001 | 10000010 | 11010110 | 10 | 100111 | 0 | 10000 | 100101000 | 110011 | 1000011 |
Color Harmonies of #D182D6
Complementary color
Monochromatic Colors of #D182D6
Black with #D182D6
Text Example
Text Example
White with #D182D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182D6; }
p { color: rgb(209,130,214); }
H1.HeaderClassName
{
color: #D182D6;
}
.AnyTagClassName
{
color: #D182D6;
}
</style>
background-color css
<style>
a { background-color: #D182D6; }
a { background-color: rgb(209,130,214); }
div.DivClassName
{
background-color: #D182D6;
}
.BgClassName
{
background-color: #D182D6;
}
</style>
border-color css
<style>
span { border-color: #D182D6; }
span { border-color: rgb(209,130,214); }
td.TdClassName
{
border-color: #D182D6;
}
.TagClassName
{
border-color: #D182D6;
}
</style>