Shades of Orchid #D184BF
Tints of Orchid #D184BF
RGB
CMYK
RGB Variations
Color information
#D184BF (or 0xD184BF) is known color: Orchid. HEX triplet: D1, 84 and BF. RGB value is (209,132,191). Sum of RGB (Red+Green+Blue) = 209+132+191=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D184BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184BF is #2E7B40. Grayscale: #A1A1A1. Windows color (decimal): -3046209 or 12551377. OLE color: 12551377.
HSL color Cylindrical-coordinate representation of color #D184BF: hue angle of 314.03º 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 #D184BF is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 191 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.18 |
| HSL | 314.03º | 0.46% | 0.67% | - |
| HSV(B) | 314.03º | 0.37% | 0.82% | - |
| XYZ | 43.95 | 33.82 | 53.5 | - |
| YUV | 161.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 191 | 0 | 0.37 | 0.09 | 0.18 | 314.03 | 0.46 | 0.67 |
| Hex | D1 | 84 | BF | 0 | 25 | 9 | 12 | 13A | 2E | 43 |
| Octal | 321 | 204 | 277 | 0 | 45 | 11 | 22 | 472 | 56 | 103 |
| Binary | 11010001 | 10000100 | 10111111 | 0 | 100101 | 1001 | 10010 | 100111010 | 101110 | 1000011 |
Color Harmonies of #D184BF
Complementary color
Monochromatic Colors of #D184BF
Black with #D184BF
Text Example
Text Example
White with #D184BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184BF; }
p { color: rgb(209,132,191); }
H1.HeaderClassName
{
color: #D184BF;
}
.AnyTagClassName
{
color: #D184BF;
}
</style>
background-color css
<style>
a { background-color: #D184BF; }
a { background-color: rgb(209,132,191); }
div.DivClassName
{
background-color: #D184BF;
}
.BgClassName
{
background-color: #D184BF;
}
</style>
border-color css
<style>
span { border-color: #D184BF; }
span { border-color: rgb(209,132,191); }
td.TdClassName
{
border-color: #D184BF;
}
.TagClassName
{
border-color: #D184BF;
}
</style>