Shades of Orchid #D384E0
Tints of Orchid #D384E0
RGB
CMYK
RGB Variations
Color information
#D384E0 (or 0xD384E0) is known color: Orchid. HEX triplet: D3, 84 and E0. RGB value is (211,132,224). Sum of RGB (Red+Green+Blue) = 211+132+224=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #D384E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D384E0 is #2C7B1F. Grayscale: #A5A5A5. Windows color (decimal): -2915104 or 14714067. OLE color: 14714067.
HSL color Cylindrical-coordinate representation of color #D384E0: hue angle of 291.52º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D384E0 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 132 | 224 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.12 |
| HSL | 291.52º | 0.6% | 0.7% | - |
| HSV(B) | 291.52º | 0.41% | 0.88% | - |
| XYZ | 48.57 | 35.73 | 74.86 | - |
| YUV | 166.11 | 160.67 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 224 | 0.06 | 0.41 | 0 | 0.12 | 291.52 | 0.6 | 0.7 |
| Hex | D3 | 84 | E0 | 6 | 29 | 0 | C | 124 | 3C | 46 |
| Octal | 323 | 204 | 340 | 6 | 51 | 0 | 14 | 444 | 74 | 106 |
| Binary | 11010011 | 10000100 | 11100000 | 110 | 101001 | 0 | 1100 | 100100100 | 111100 | 1000110 |
Color Harmonies of #D384E0
Complementary color
Monochromatic Colors of #D384E0
Black with #D384E0
Text Example
Text Example
White with #D384E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384E0; }
p { color: rgb(211,132,224); }
H1.HeaderClassName
{
color: #D384E0;
}
.AnyTagClassName
{
color: #D384E0;
}
</style>
background-color css
<style>
a { background-color: #D384E0; }
a { background-color: rgb(211,132,224); }
div.DivClassName
{
background-color: #D384E0;
}
.BgClassName
{
background-color: #D384E0;
}
</style>
border-color css
<style>
span { border-color: #D384E0; }
span { border-color: rgb(211,132,224); }
td.TdClassName
{
border-color: #D384E0;
}
.TagClassName
{
border-color: #D384E0;
}
</style>