Shades of Orchid #D184C2
Tints of Orchid #D184C2
RGB
CMYK
RGB Variations
Color information
#D184C2 (or 0xD184C2) is known color: Orchid. HEX triplet: D1, 84 and C2. RGB value is (209,132,194). Sum of RGB (Red+Green+Blue) = 209+132+194=535 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.07% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 194 (76.17% from 255 or 36.26% from 535); Max value from RGB is 209 - color contains mainly: red. Hex color #D184C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184C2 is #2E7B3D. Grayscale: #A1A1A1. Windows color (decimal): -3046206 or 12747985. OLE color: 12747985.
HSL color Cylindrical-coordinate representation of color #D184C2: hue angle of 311.69º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D184C2 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 194 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.18 |
| HSL | 311.69º | 0.46% | 0.67% | - |
| HSV(B) | 311.69º | 0.37% | 0.82% | - |
| XYZ | 44.28 | 33.95 | 55.26 | - |
| YUV | 162.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 194 | 0 | 0.37 | 0.07 | 0.18 | 311.69 | 0.46 | 0.67 |
| Hex | D1 | 84 | C2 | 0 | 25 | 7 | 12 | 138 | 2E | 43 |
| Octal | 321 | 204 | 302 | 0 | 45 | 7 | 22 | 470 | 56 | 103 |
| Binary | 11010001 | 10000100 | 11000010 | 0 | 100101 | 111 | 10010 | 100111000 | 101110 | 1000011 |
Color Harmonies of #D184C2
Complementary color
Monochromatic Colors of #D184C2
Black with #D184C2
Text Example
Text Example
White with #D184C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184C2; }
p { color: rgb(209,132,194); }
H1.HeaderClassName
{
color: #D184C2;
}
.AnyTagClassName
{
color: #D184C2;
}
</style>
background-color css
<style>
a { background-color: #D184C2; }
a { background-color: rgb(209,132,194); }
div.DivClassName
{
background-color: #D184C2;
}
.BgClassName
{
background-color: #D184C2;
}
</style>
border-color css
<style>
span { border-color: #D184C2; }
span { border-color: rgb(209,132,194); }
td.TdClassName
{
border-color: #D184C2;
}
.TagClassName
{
border-color: #D184C2;
}
</style>