Shades of Orchid #D384CD
Tints of Orchid #D384CD
RGB
CMYK
RGB Variations
Color information
#D384CD (or 0xD384CD) is known color: Orchid. HEX triplet: D3, 84 and CD. RGB value is (211,132,205). Sum of RGB (Red+Green+Blue) = 211+132+205=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 211 - color contains mainly: red. Hex color #D384CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384CD is #2C7B32. Grayscale: #A3A3A3. Windows color (decimal): -2915123 or 13468883. OLE color: 13468883.
HSL color Cylindrical-coordinate representation of color #D384CD: hue angle of 304.56º 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 #D384CD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 205 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.17 |
| HSL | 304.56º | 0.47% | 0.67% | - |
| HSV(B) | 304.56º | 0.37% | 0.83% | - |
| XYZ | 46.13 | 34.76 | 62.04 | - |
| YUV | 163.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 205 | 0 | 0.37 | 0.03 | 0.17 | 304.56 | 0.47 | 0.67 |
| Hex | D3 | 84 | CD | 0 | 25 | 3 | 11 | 131 | 2F | 43 |
| Octal | 323 | 204 | 315 | 0 | 45 | 3 | 21 | 461 | 57 | 103 |
| Binary | 11010011 | 10000100 | 11001101 | 0 | 100101 | 11 | 10001 | 100110001 | 101111 | 1000011 |
Color Harmonies of #D384CD
Complementary color
Monochromatic Colors of #D384CD
Black with #D384CD
Text Example
Text Example
White with #D384CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384CD; }
p { color: rgb(211,132,205); }
H1.HeaderClassName
{
color: #D384CD;
}
.AnyTagClassName
{
color: #D384CD;
}
</style>
background-color css
<style>
a { background-color: #D384CD; }
a { background-color: rgb(211,132,205); }
div.DivClassName
{
background-color: #D384CD;
}
.BgClassName
{
background-color: #D384CD;
}
</style>
border-color css
<style>
span { border-color: #D384CD; }
span { border-color: rgb(211,132,205); }
td.TdClassName
{
border-color: #D384CD;
}
.TagClassName
{
border-color: #D384CD;
}
</style>