Shades of Orchid #D384BF
Tints of Orchid #D384BF
RGB
CMYK
RGB Variations
Color information
#D384BF (or 0xD384BF) is known color: Orchid. HEX triplet: D3, 84 and BF. RGB value is (211,132,191). Sum of RGB (Red+Green+Blue) = 211+132+191=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D384BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384BF is #2C7B40. Grayscale: #A2A2A2. Windows color (decimal): -2915137 or 12551379. OLE color: 12551379.
HSL color Cylindrical-coordinate representation of color #D384BF: hue angle of 315.19º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D384BF is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 191 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.17 |
| HSL | 315.19º | 0.47% | 0.67% | - |
| HSV(B) | 315.19º | 0.37% | 0.83% | - |
| XYZ | 44.52 | 34.11 | 53.53 | - |
| YUV | 162.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 191 | 0 | 0.37 | 0.09 | 0.17 | 315.19 | 0.47 | 0.67 |
| Hex | D3 | 84 | BF | 0 | 25 | 9 | 11 | 13B | 2F | 43 |
| Octal | 323 | 204 | 277 | 0 | 45 | 11 | 21 | 473 | 57 | 103 |
| Binary | 11010011 | 10000100 | 10111111 | 0 | 100101 | 1001 | 10001 | 100111011 | 101111 | 1000011 |
Color Harmonies of #D384BF
Complementary color
Monochromatic Colors of #D384BF
Black with #D384BF
Text Example
Text Example
White with #D384BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384BF; }
p { color: rgb(211,132,191); }
H1.HeaderClassName
{
color: #D384BF;
}
.AnyTagClassName
{
color: #D384BF;
}
</style>
background-color css
<style>
a { background-color: #D384BF; }
a { background-color: rgb(211,132,191); }
div.DivClassName
{
background-color: #D384BF;
}
.BgClassName
{
background-color: #D384BF;
}
</style>
border-color css
<style>
span { border-color: #D384BF; }
span { border-color: rgb(211,132,191); }
td.TdClassName
{
border-color: #D384BF;
}
.TagClassName
{
border-color: #D384BF;
}
</style>