Shades of Orchid #D384DD
Tints of Orchid #D384DD
RGB
CMYK
RGB Variations
Color information
#D384DD (or 0xD384DD) is known color: Orchid. HEX triplet: D3, 84 and DD. RGB value is (211,132,221). Sum of RGB (Red+Green+Blue) = 211+132+221=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 132 (51.95% from 255 or 23.40% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #D384DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384DD is #2C7B22. Grayscale: #A5A5A5. Windows color (decimal): -2915107 or 14517459. OLE color: 14517459.
HSL color Cylindrical-coordinate representation of color #D384DD: hue angle of 293.26º 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 #D384DD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 132 | 221 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.13 |
| HSL | 293.26º | 0.57% | 0.69% | - |
| HSV(B) | 293.26º | 0.4% | 0.87% | - |
| XYZ | 48.17 | 35.57 | 72.73 | - |
| YUV | 165.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 221 | 0.05 | 0.40 | 0 | 0.13 | 293.26 | 0.57 | 0.69 |
| Hex | D3 | 84 | DD | 5 | 28 | 0 | D | 125 | 39 | 45 |
| Octal | 323 | 204 | 335 | 5 | 50 | 0 | 15 | 445 | 71 | 105 |
| Binary | 11010011 | 10000100 | 11011101 | 101 | 101000 | 0 | 1101 | 100100101 | 111001 | 1000101 |
Color Harmonies of #D384DD
Complementary color
Monochromatic Colors of #D384DD
Black with #D384DD
Text Example
Text Example
White with #D384DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384DD; }
p { color: rgb(211,132,221); }
H1.HeaderClassName
{
color: #D384DD;
}
.AnyTagClassName
{
color: #D384DD;
}
</style>
background-color css
<style>
a { background-color: #D384DD; }
a { background-color: rgb(211,132,221); }
div.DivClassName
{
background-color: #D384DD;
}
.BgClassName
{
background-color: #D384DD;
}
</style>
border-color css
<style>
span { border-color: #D384DD; }
span { border-color: rgb(211,132,221); }
td.TdClassName
{
border-color: #D384DD;
}
.TagClassName
{
border-color: #D384DD;
}
</style>