Shades of Orchid #E46DCD
Tints of Orchid #E46DCD
RGB
CMYK
RGB Variations
Color information
#E46DCD (or 0xE46DCD) is known color: Orchid. HEX triplet: E4, 6D and CD. RGB value is (228,109,205). Sum of RGB (Red+Green+Blue) = 228+109+205=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DCD is #1B9232. Grayscale: #9B9B9B. Windows color (decimal): -1806899 or 13463012. OLE color: 13463012.
HSL color Cylindrical-coordinate representation of color #E46DCD: hue angle of 311.6º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E46DCD is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 109 | 205 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.11 |
| HSL | 311.6º | 0.69% | 0.66% | - |
| HSV(B) | 311.6º | 0.52% | 0.89% | - |
| XYZ | 48.48 | 31.84 | 61.35 | - |
| YUV | 155.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 109 | 205 | 0 | 0.52 | 0.10 | 0.11 | 311.6 | 0.69 | 0.66 |
| Hex | E4 | 6D | CD | 0 | 34 | A | B | 138 | 45 | 42 |
| Octal | 344 | 155 | 315 | 0 | 64 | 12 | 13 | 470 | 105 | 102 |
| Binary | 11100100 | 1101101 | 11001101 | 0 | 110100 | 1010 | 1011 | 100111000 | 1000101 | 1000010 |
Color Harmonies of #E46DCD
Complementary color
Monochromatic Colors of #E46DCD
Black with #E46DCD
Text Example
Text Example
White with #E46DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46DCD; }
p { color: rgb(228,109,205); }
H1.HeaderClassName
{
color: #E46DCD;
}
.AnyTagClassName
{
color: #E46DCD;
}
</style>
background-color css
<style>
a { background-color: #E46DCD; }
a { background-color: rgb(228,109,205); }
div.DivClassName
{
background-color: #E46DCD;
}
.BgClassName
{
background-color: #E46DCD;
}
</style>
border-color css
<style>
span { border-color: #E46DCD; }
span { border-color: rgb(228,109,205); }
td.TdClassName
{
border-color: #E46DCD;
}
.TagClassName
{
border-color: #E46DCD;
}
</style>