Shades of Orchid #E46DE5
Tints of Orchid #E46DE5
RGB
CMYK
RGB Variations
Color information
#E46DE5 (or 0xE46DE5) is known color: Orchid. HEX triplet: E4, 6D and E5. RGB value is (228,109,229). Sum of RGB (Red+Green+Blue) = 228+109+229=566 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.28% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #E46DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DE5 is #1B921A. Grayscale: #9D9D9D. Windows color (decimal): -1806875 or 15035876. OLE color: 15035876.
HSL color Cylindrical-coordinate representation of color #E46DE5: hue angle of 299.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E46DE5 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 109 | 229 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.10 |
| HSL | 299.5º | 0.7% | 0.66% | - |
| HSV(B) | 299.5º | 0.52% | 0.9% | - |
| XYZ | 51.61 | 33.09 | 77.8 | - |
| YUV | 158.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 109 | 229 | 0.00 | 0.52 | 0 | 0.10 | 299.5 | 0.7 | 0.66 |
| Hex | E4 | 6D | E5 | 0 | 34 | 0 | A | 12C | 46 | 42 |
| Octal | 344 | 155 | 345 | 0 | 64 | 0 | 12 | 454 | 106 | 102 |
| Binary | 11100100 | 1101101 | 11100101 | 0 | 110100 | 0 | 1010 | 100101100 | 1000110 | 1000010 |
Color Harmonies of #E46DE5
Complementary color
Monochromatic Colors of #E46DE5
Black with #E46DE5
Text Example
Text Example
White with #E46DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46DE5; }
p { color: rgb(228,109,229); }
H1.HeaderClassName
{
color: #E46DE5;
}
.AnyTagClassName
{
color: #E46DE5;
}
</style>
background-color css
<style>
a { background-color: #E46DE5; }
a { background-color: rgb(228,109,229); }
div.DivClassName
{
background-color: #E46DE5;
}
.BgClassName
{
background-color: #E46DE5;
}
</style>
border-color css
<style>
span { border-color: #E46DE5; }
span { border-color: rgb(228,109,229); }
td.TdClassName
{
border-color: #E46DE5;
}
.TagClassName
{
border-color: #E46DE5;
}
</style>