Shades of Orchid #D184DD
Tints of Orchid #D184DD
RGB
CMYK
RGB Variations
Color information
#D184DD (or 0xD184DD) is known color: Orchid. HEX triplet: D1, 84 and DD. RGB value is (209,132,221). Sum of RGB (Red+Green+Blue) = 209+132+221=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D184DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184DD is #2E7B22. Grayscale: #A4A4A4. Windows color (decimal): -3046179 or 14517457. OLE color: 14517457.
HSL color Cylindrical-coordinate representation of color #D184DD: hue angle of 291.91º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D184DD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 132 | 221 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.13 |
| HSL | 291.91º | 0.57% | 0.69% | - |
| HSV(B) | 291.91º | 0.4% | 0.87% | - |
| XYZ | 47.6 | 35.28 | 72.71 | - |
| YUV | 165.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 221 | 0.05 | 0.40 | 0 | 0.13 | 291.91 | 0.57 | 0.69 |
| Hex | D1 | 84 | DD | 5 | 28 | 0 | D | 124 | 39 | 45 |
| Octal | 321 | 204 | 335 | 5 | 50 | 0 | 15 | 444 | 71 | 105 |
| Binary | 11010001 | 10000100 | 11011101 | 101 | 101000 | 0 | 1101 | 100100100 | 111001 | 1000101 |
Color Harmonies of #D184DD
Complementary color
Monochromatic Colors of #D184DD
Black with #D184DD
Text Example
Text Example
White with #D184DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184DD; }
p { color: rgb(209,132,221); }
H1.HeaderClassName
{
color: #D184DD;
}
.AnyTagClassName
{
color: #D184DD;
}
</style>
background-color css
<style>
a { background-color: #D184DD; }
a { background-color: rgb(209,132,221); }
div.DivClassName
{
background-color: #D184DD;
}
.BgClassName
{
background-color: #D184DD;
}
</style>
border-color css
<style>
span { border-color: #D184DD; }
span { border-color: rgb(209,132,221); }
td.TdClassName
{
border-color: #D184DD;
}
.TagClassName
{
border-color: #D184DD;
}
</style>