Shades of Orchid #D384DE
Tints of Orchid #D384DE
RGB
CMYK
RGB Variations
Color information
#D384DE (or 0xD384DE) is known color: Orchid. HEX triplet: D3, 84 and DE. RGB value is (211,132,222). Sum of RGB (Red+Green+Blue) = 211+132+222=565 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.35% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #D384DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384DE is #2C7B21. Grayscale: #A5A5A5. Windows color (decimal): -2915106 or 14582995. OLE color: 14582995.
HSL color Cylindrical-coordinate representation of color #D384DE: hue angle of 292.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D384DE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 132 | 222 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.13 |
| HSL | 292.67º | 0.58% | 0.69% | - |
| HSV(B) | 292.67º | 0.41% | 0.87% | - |
| XYZ | 48.3 | 35.63 | 73.44 | - |
| YUV | 165.88 | 159.67 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 222 | 0.05 | 0.41 | 0 | 0.13 | 292.67 | 0.58 | 0.69 |
| Hex | D3 | 84 | DE | 5 | 29 | 0 | D | 125 | 3A | 45 |
| Octal | 323 | 204 | 336 | 5 | 51 | 0 | 15 | 445 | 72 | 105 |
| Binary | 11010011 | 10000100 | 11011110 | 101 | 101001 | 0 | 1101 | 100100101 | 111010 | 1000101 |
Color Harmonies of #D384DE
Complementary color
Monochromatic Colors of #D384DE
Black with #D384DE
Text Example
Text Example
White with #D384DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384DE; }
p { color: rgb(211,132,222); }
H1.HeaderClassName
{
color: #D384DE;
}
.AnyTagClassName
{
color: #D384DE;
}
</style>
background-color css
<style>
a { background-color: #D384DE; }
a { background-color: rgb(211,132,222); }
div.DivClassName
{
background-color: #D384DE;
}
.BgClassName
{
background-color: #D384DE;
}
</style>
border-color css
<style>
span { border-color: #D384DE; }
span { border-color: rgb(211,132,222); }
td.TdClassName
{
border-color: #D384DE;
}
.TagClassName
{
border-color: #D384DE;
}
</style>