Shades of Orchid #D184DA
Tints of Orchid #D184DA
RGB
CMYK
RGB Variations
Color information
#D184DA (or 0xD184DA) is known color: Orchid. HEX triplet: D1, 84 and DA. RGB value is (209,132,218). Sum of RGB (Red+Green+Blue) = 209+132+218=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #D184DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184DA is #2E7B25. Grayscale: #A4A4A4. Windows color (decimal): -3046182 or 14320849. OLE color: 14320849.
HSL color Cylindrical-coordinate representation of color #D184DA: hue angle of 293.72º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D184DA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 132 | 218 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.15 |
| HSL | 293.72º | 0.54% | 0.69% | - |
| HSV(B) | 293.72º | 0.39% | 0.85% | - |
| XYZ | 47.2 | 35.12 | 70.62 | - |
| YUV | 164.83 | 158.01 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 132 | 218 | 0.04 | 0.39 | 0 | 0.15 | 293.72 | 0.54 | 0.69 |
| Hex | D1 | 84 | DA | 4 | 27 | 0 | F | 126 | 36 | 45 |
| Octal | 321 | 204 | 332 | 4 | 47 | 0 | 17 | 446 | 66 | 105 |
| Binary | 11010001 | 10000100 | 11011010 | 100 | 100111 | 0 | 1111 | 100100110 | 110110 | 1000101 |
Color Harmonies of #D184DA
Complementary color
Monochromatic Colors of #D184DA
Black with #D184DA
Text Example
Text Example
White with #D184DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D184DA; }
p { color: rgb(209,132,218); }
H1.HeaderClassName
{
color: #D184DA;
}
.AnyTagClassName
{
color: #D184DA;
}
</style>
background-color css
<style>
a { background-color: #D184DA; }
a { background-color: rgb(209,132,218); }
div.DivClassName
{
background-color: #D184DA;
}
.BgClassName
{
background-color: #D184DA;
}
</style>
border-color css
<style>
span { border-color: #D184DA; }
span { border-color: rgb(209,132,218); }
td.TdClassName
{
border-color: #D184DA;
}
.TagClassName
{
border-color: #D184DA;
}
</style>