Shades of Orchid #D384C5
Tints of Orchid #D384C5
RGB
CMYK
RGB Variations
Color information
#D384C5 (or 0xD384C5) is known color: Orchid. HEX triplet: D3, 84 and C5. RGB value is (211,132,197). Sum of RGB (Red+Green+Blue) = 211+132+197=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 211 - color contains mainly: red. Hex color #D384C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384C5 is #2C7B3A. Grayscale: #A2A2A2. Windows color (decimal): -2915131 or 12944595. OLE color: 12944595.
HSL color Cylindrical-coordinate representation of color #D384C5: hue angle of 310.63º 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 #D384C5 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 197 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.17 |
| HSL | 310.63º | 0.47% | 0.67% | - |
| HSV(B) | 310.63º | 0.37% | 0.83% | - |
| XYZ | 45.19 | 34.38 | 57.08 | - |
| YUV | 163.03 | 147.17 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 197 | 0 | 0.37 | 0.07 | 0.17 | 310.63 | 0.47 | 0.67 |
| Hex | D3 | 84 | C5 | 0 | 25 | 7 | 11 | 137 | 2F | 43 |
| Octal | 323 | 204 | 305 | 0 | 45 | 7 | 21 | 467 | 57 | 103 |
| Binary | 11010011 | 10000100 | 11000101 | 0 | 100101 | 111 | 10001 | 100110111 | 101111 | 1000011 |
Color Harmonies of #D384C5
Complementary color
Monochromatic Colors of #D384C5
Black with #D384C5
Text Example
Text Example
White with #D384C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384C5; }
p { color: rgb(211,132,197); }
H1.HeaderClassName
{
color: #D384C5;
}
.AnyTagClassName
{
color: #D384C5;
}
</style>
background-color css
<style>
a { background-color: #D384C5; }
a { background-color: rgb(211,132,197); }
div.DivClassName
{
background-color: #D384C5;
}
.BgClassName
{
background-color: #D384C5;
}
</style>
border-color css
<style>
span { border-color: #D384C5; }
span { border-color: rgb(211,132,197); }
td.TdClassName
{
border-color: #D384C5;
}
.TagClassName
{
border-color: #D384C5;
}
</style>