Shades of Orchid #D384D5
Tints of Orchid #D384D5
RGB
CMYK
RGB Variations
Color information
#D384D5 (or 0xD384D5) is known color: Orchid. HEX triplet: D3, 84 and D5. RGB value is (211,132,213). Sum of RGB (Red+Green+Blue) = 211+132+213=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #D384D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384D5 is #2C7B2A. Grayscale: #A4A4A4. Windows color (decimal): -2915115 or 13993171. OLE color: 13993171.
HSL color Cylindrical-coordinate representation of color #D384D5: hue angle of 298.52º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D384D5 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 132 | 213 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.16 |
| HSL | 298.52º | 0.49% | 0.68% | - |
| HSV(B) | 298.52º | 0.38% | 0.84% | - |
| XYZ | 47.13 | 35.16 | 67.25 | - |
| YUV | 164.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 213 | 0.01 | 0.38 | 0 | 0.16 | 298.52 | 0.49 | 0.68 |
| Hex | D3 | 84 | D5 | 1 | 26 | 0 | 10 | 12B | 31 | 44 |
| Octal | 323 | 204 | 325 | 1 | 46 | 0 | 20 | 453 | 61 | 104 |
| Binary | 11010011 | 10000100 | 11010101 | 1 | 100110 | 0 | 10000 | 100101011 | 110001 | 1000100 |
Color Harmonies of #D384D5
Complementary color
Monochromatic Colors of #D384D5
Black with #D384D5
Text Example
Text Example
White with #D384D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384D5; }
p { color: rgb(211,132,213); }
H1.HeaderClassName
{
color: #D384D5;
}
.AnyTagClassName
{
color: #D384D5;
}
</style>
background-color css
<style>
a { background-color: #D384D5; }
a { background-color: rgb(211,132,213); }
div.DivClassName
{
background-color: #D384D5;
}
.BgClassName
{
background-color: #D384D5;
}
</style>
border-color css
<style>
span { border-color: #D384D5; }
span { border-color: rgb(211,132,213); }
td.TdClassName
{
border-color: #D384D5;
}
.TagClassName
{
border-color: #D384D5;
}
</style>