Shades of Orchid #D182C2
Tints of Orchid #D182C2
RGB
CMYK
RGB Variations
Color information
#D182C2 (or 0xD182C2) is known color: Orchid. HEX triplet: D1, 82 and C2. RGB value is (209,130,194). Sum of RGB (Red+Green+Blue) = 209+130+194=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D182C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182C2 is #2E7D3D. Grayscale: #A0A0A0. Windows color (decimal): -3046718 or 12747473. OLE color: 12747473.
HSL color Cylindrical-coordinate representation of color #D182C2: hue angle of 311.39º 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 #D182C2 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 130 | 194 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.18 |
| HSL | 311.39º | 0.46% | 0.66% | - |
| HSV(B) | 311.39º | 0.38% | 0.82% | - |
| XYZ | 44.01 | 33.42 | 55.17 | - |
| YUV | 160.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 130 | 194 | 0 | 0.38 | 0.07 | 0.18 | 311.39 | 0.46 | 0.66 |
| Hex | D1 | 82 | C2 | 0 | 26 | 7 | 12 | 137 | 2E | 42 |
| Octal | 321 | 202 | 302 | 0 | 46 | 7 | 22 | 467 | 56 | 102 |
| Binary | 11010001 | 10000010 | 11000010 | 0 | 100110 | 111 | 10010 | 100110111 | 101110 | 1000010 |
Color Harmonies of #D182C2
Complementary color
Monochromatic Colors of #D182C2
Black with #D182C2
Text Example
Text Example
White with #D182C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D182C2; }
p { color: rgb(209,130,194); }
H1.HeaderClassName
{
color: #D182C2;
}
.AnyTagClassName
{
color: #D182C2;
}
</style>
background-color css
<style>
a { background-color: #D182C2; }
a { background-color: rgb(209,130,194); }
div.DivClassName
{
background-color: #D182C2;
}
.BgClassName
{
background-color: #D182C2;
}
</style>
border-color css
<style>
span { border-color: #D182C2; }
span { border-color: rgb(209,130,194); }
td.TdClassName
{
border-color: #D182C2;
}
.TagClassName
{
border-color: #D182C2;
}
</style>