Shades of Orchid #E46CDA
Tints of Orchid #E46CDA
RGB
CMYK
RGB Variations
Color information
#E46CDA (or 0xE46CDA) is known color: Orchid. HEX triplet: E4, 6C and DA. RGB value is (228,108,218). Sum of RGB (Red+Green+Blue) = 228+108+218=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CDA is #1B9325. Grayscale: #9C9C9C. Windows color (decimal): -1807142 or 14314724. OLE color: 14314724.
HSL color Cylindrical-coordinate representation of color #E46CDA: hue angle of 305º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46CDA is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 218 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.11 |
| HSL | 305º | 0.69% | 0.66% | - |
| HSV(B) | 305º | 0.53% | 0.89% | - |
| XYZ | 50.01 | 32.28 | 69.92 | - |
| YUV | 156.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 218 | 0 | 0.53 | 0.04 | 0.11 | 305 | 0.69 | 0.66 |
| Hex | E4 | 6C | DA | 0 | 35 | 4 | B | 131 | 45 | 42 |
| Octal | 344 | 154 | 332 | 0 | 65 | 4 | 13 | 461 | 105 | 102 |
| Binary | 11100100 | 1101100 | 11011010 | 0 | 110101 | 100 | 1011 | 100110001 | 1000101 | 1000010 |
Color Harmonies of #E46CDA
Complementary color
Monochromatic Colors of #E46CDA
Black with #E46CDA
Text Example
Text Example
White with #E46CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CDA; }
p { color: rgb(228,108,218); }
H1.HeaderClassName
{
color: #E46CDA;
}
.AnyTagClassName
{
color: #E46CDA;
}
</style>
background-color css
<style>
a { background-color: #E46CDA; }
a { background-color: rgb(228,108,218); }
div.DivClassName
{
background-color: #E46CDA;
}
.BgClassName
{
background-color: #E46CDA;
}
</style>
border-color css
<style>
span { border-color: #E46CDA; }
span { border-color: rgb(228,108,218); }
td.TdClassName
{
border-color: #E46CDA;
}
.TagClassName
{
border-color: #E46CDA;
}
</style>