Shades of Orchid #D184C6
Tints of Orchid #D184C6
RGB
CMYK
RGB Variations
Color information
#D184C6 (or 0xD184C6) is known color: Orchid. HEX triplet: D1, 84 and C6. RGB value is (209,132,198). Sum of RGB (Red+Green+Blue) = 209+132+198=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D184C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184C6 is #2E7B39. Grayscale: #A2A2A2. Windows color (decimal): -3046202 or 13010129. OLE color: 13010129.
HSL color Cylindrical-coordinate representation of color #D184C6: hue angle of 308.57º 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 #D184C6 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 132 | 198 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.18 |
| HSL | 308.57º | 0.46% | 0.67% | - |
| HSV(B) | 308.57º | 0.37% | 0.82% | - |
| XYZ | 44.74 | 34.14 | 57.66 | - |
| YUV | 162.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 198 | 0 | 0.37 | 0.05 | 0.18 | 308.57 | 0.46 | 0.67 |
| Hex | D1 | 84 | C6 | 0 | 25 | 5 | 12 | 135 | 2E | 43 |
| Octal | 321 | 204 | 306 | 0 | 45 | 5 | 22 | 465 | 56 | 103 |
| Binary | 11010001 | 10000100 | 11000110 | 0 | 100101 | 101 | 10010 | 100110101 | 101110 | 1000011 |
Color Harmonies of #D184C6
Complementary color
Monochromatic Colors of #D184C6
Black with #D184C6
Text Example
Text Example
White with #D184C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184C6; }
p { color: rgb(209,132,198); }
H1.HeaderClassName
{
color: #D184C6;
}
.AnyTagClassName
{
color: #D184C6;
}
</style>
background-color css
<style>
a { background-color: #D184C6; }
a { background-color: rgb(209,132,198); }
div.DivClassName
{
background-color: #D184C6;
}
.BgClassName
{
background-color: #D184C6;
}
</style>
border-color css
<style>
span { border-color: #D184C6; }
span { border-color: rgb(209,132,198); }
td.TdClassName
{
border-color: #D184C6;
}
.TagClassName
{
border-color: #D184C6;
}
</style>