Shades of Orchid #E46DCE
Tints of Orchid #E46DCE
RGB
CMYK
RGB Variations
Color information
#E46DCE (or 0xE46DCE) is known color: Orchid. HEX triplet: E4, 6D and CE. RGB value is (228,109,206). Sum of RGB (Red+Green+Blue) = 228+109+206=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 109 (42.97% from 255 or 20.07% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DCE is #1B9231. Grayscale: #9B9B9B. Windows color (decimal): -1806898 or 13528548. OLE color: 13528548.
HSL color Cylindrical-coordinate representation of color #E46DCE: hue angle of 311.09º 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 #E46DCE is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 109 | 206 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.11 |
| HSL | 311.09º | 0.69% | 0.66% | - |
| HSV(B) | 311.09º | 0.52% | 0.89% | - |
| XYZ | 48.6 | 31.89 | 61.99 | - |
| YUV | 155.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 109 | 206 | 0 | 0.52 | 0.10 | 0.11 | 311.09 | 0.69 | 0.66 |
| Hex | E4 | 6D | CE | 0 | 34 | A | B | 137 | 45 | 42 |
| Octal | 344 | 155 | 316 | 0 | 64 | 12 | 13 | 467 | 105 | 102 |
| Binary | 11100100 | 1101101 | 11001110 | 0 | 110100 | 1010 | 1011 | 100110111 | 1000101 | 1000010 |
Color Harmonies of #E46DCE
Complementary color
Monochromatic Colors of #E46DCE
Black with #E46DCE
Text Example
Text Example
White with #E46DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46DCE; }
p { color: rgb(228,109,206); }
H1.HeaderClassName
{
color: #E46DCE;
}
.AnyTagClassName
{
color: #E46DCE;
}
</style>
background-color css
<style>
a { background-color: #E46DCE; }
a { background-color: rgb(228,109,206); }
div.DivClassName
{
background-color: #E46DCE;
}
.BgClassName
{
background-color: #E46DCE;
}
</style>
border-color css
<style>
span { border-color: #E46DCE; }
span { border-color: rgb(228,109,206); }
td.TdClassName
{
border-color: #E46DCE;
}
.TagClassName
{
border-color: #E46DCE;
}
</style>