Shades of Orchid #E46FDC
Tints of Orchid #E46FDC
RGB
CMYK
RGB Variations
Color information
#E46FDC (or 0xE46FDC) is known color: Orchid. HEX triplet: E4, 6F and DC. RGB value is (228,111,220). Sum of RGB (Red+Green+Blue) = 228+111+220=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E46FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46FDC is #1B9023. Grayscale: #9E9E9E. Windows color (decimal): -1806372 or 14446564. OLE color: 14446564.
HSL color Cylindrical-coordinate representation of color #E46FDC: hue angle of 304.1º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46FDC is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 220 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.11 |
| HSL | 304.1º | 0.68% | 0.66% | - |
| HSV(B) | 304.1º | 0.51% | 0.89% | - |
| XYZ | 50.6 | 33.03 | 71.42 | - |
| YUV | 158.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 220 | 0 | 0.51 | 0.04 | 0.11 | 304.1 | 0.68 | 0.66 |
| Hex | E4 | 6F | DC | 0 | 33 | 4 | B | 130 | 44 | 42 |
| Octal | 344 | 157 | 334 | 0 | 63 | 4 | 13 | 460 | 104 | 102 |
| Binary | 11100100 | 1101111 | 11011100 | 0 | 110011 | 100 | 1011 | 100110000 | 1000100 | 1000010 |
Color Harmonies of #E46FDC
Complementary color
Monochromatic Colors of #E46FDC
Black with #E46FDC
Text Example
Text Example
White with #E46FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46FDC; }
p { color: rgb(228,111,220); }
H1.HeaderClassName
{
color: #E46FDC;
}
.AnyTagClassName
{
color: #E46FDC;
}
</style>
background-color css
<style>
a { background-color: #E46FDC; }
a { background-color: rgb(228,111,220); }
div.DivClassName
{
background-color: #E46FDC;
}
.BgClassName
{
background-color: #E46FDC;
}
</style>
border-color css
<style>
span { border-color: #E46FDC; }
span { border-color: rgb(228,111,220); }
td.TdClassName
{
border-color: #E46FDC;
}
.TagClassName
{
border-color: #E46FDC;
}
</style>