Shades of Orchid #D184C5
Tints of Orchid #D184C5
RGB
CMYK
RGB Variations
Color information
#D184C5 (or 0xD184C5) is known color: Orchid. HEX triplet: D1, 84 and C5. RGB value is (209,132,197). Sum of RGB (Red+Green+Blue) = 209+132+197=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 209 - color contains mainly: red. Hex color #D184C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184C5 is #2E7B3A. Grayscale: #A2A2A2. Windows color (decimal): -3046203 or 12944593. OLE color: 12944593.
HSL color Cylindrical-coordinate representation of color #D184C5: hue angle of 309.35º 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 #D184C5 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 197 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.18 |
| HSL | 309.35º | 0.46% | 0.67% | - |
| HSV(B) | 309.35º | 0.37% | 0.82% | - |
| XYZ | 44.62 | 34.09 | 57.05 | - |
| YUV | 162.43 | 147.51 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 197 | 0 | 0.37 | 0.06 | 0.18 | 309.35 | 0.46 | 0.67 |
| Hex | D1 | 84 | C5 | 0 | 25 | 6 | 12 | 135 | 2E | 43 |
| Octal | 321 | 204 | 305 | 0 | 45 | 6 | 22 | 465 | 56 | 103 |
| Binary | 11010001 | 10000100 | 11000101 | 0 | 100101 | 110 | 10010 | 100110101 | 101110 | 1000011 |
Color Harmonies of #D184C5
Complementary color
Monochromatic Colors of #D184C5
Black with #D184C5
Text Example
Text Example
White with #D184C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184C5; }
p { color: rgb(209,132,197); }
H1.HeaderClassName
{
color: #D184C5;
}
.AnyTagClassName
{
color: #D184C5;
}
</style>
background-color css
<style>
a { background-color: #D184C5; }
a { background-color: rgb(209,132,197); }
div.DivClassName
{
background-color: #D184C5;
}
.BgClassName
{
background-color: #D184C5;
}
</style>
border-color css
<style>
span { border-color: #D184C5; }
span { border-color: rgb(209,132,197); }
td.TdClassName
{
border-color: #D184C5;
}
.TagClassName
{
border-color: #D184C5;
}
</style>