Shades of Orchid #E46CDF
Tints of Orchid #E46CDF
RGB
CMYK
RGB Variations
Color information
#E46CDF (or 0xE46CDF) is known color: Orchid. HEX triplet: E4, 6C and DF. RGB value is (228,108,223). Sum of RGB (Red+Green+Blue) = 228+108+223=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 108 (42.58% from 255 or 19.32% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CDF is #1B9320. Grayscale: #9C9C9C. Windows color (decimal): -1807137 or 14642404. OLE color: 14642404.
HSL color Cylindrical-coordinate representation of color #E46CDF: hue angle of 302.5º 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 #E46CDF is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 223 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.11 |
| HSL | 302.5º | 0.69% | 0.66% | - |
| HSV(B) | 302.5º | 0.53% | 0.89% | - |
| XYZ | 50.68 | 32.55 | 73.42 | - |
| YUV | 156.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 223 | 0 | 0.53 | 0.02 | 0.11 | 302.5 | 0.69 | 0.66 |
| Hex | E4 | 6C | DF | 0 | 35 | 2 | B | 12E | 45 | 42 |
| Octal | 344 | 154 | 337 | 0 | 65 | 2 | 13 | 456 | 105 | 102 |
| Binary | 11100100 | 1101100 | 11011111 | 0 | 110101 | 10 | 1011 | 100101110 | 1000101 | 1000010 |
Color Harmonies of #E46CDF
Complementary color
Monochromatic Colors of #E46CDF
Black with #E46CDF
Text Example
Text Example
White with #E46CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CDF; }
p { color: rgb(228,108,223); }
H1.HeaderClassName
{
color: #E46CDF;
}
.AnyTagClassName
{
color: #E46CDF;
}
</style>
background-color css
<style>
a { background-color: #E46CDF; }
a { background-color: rgb(228,108,223); }
div.DivClassName
{
background-color: #E46CDF;
}
.BgClassName
{
background-color: #E46CDF;
}
</style>
border-color css
<style>
span { border-color: #E46CDF; }
span { border-color: rgb(228,108,223); }
td.TdClassName
{
border-color: #E46CDF;
}
.TagClassName
{
border-color: #E46CDF;
}
</style>