Shades of Orchid #E46CC6
Tints of Orchid #E46CC6
RGB
CMYK
RGB Variations
Color information
#E46CC6 (or 0xE46CC6) is known color: Orchid. HEX triplet: E4, 6C and C6. RGB value is (228,108,198). Sum of RGB (Red+Green+Blue) = 228+108+198=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CC6 is #1B9339. Grayscale: #999999. Windows color (decimal): -1807162 or 13004004. OLE color: 13004004.
HSL color Cylindrical-coordinate representation of color #E46CC6: hue angle of 315º 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 #E46CC6 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 198 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.11 |
| HSL | 315º | 0.69% | 0.66% | - |
| HSV(B) | 315º | 0.53% | 0.89% | - |
| XYZ | 47.55 | 31.3 | 56.96 | - |
| YUV | 154.14 | 152.76 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 198 | 0 | 0.53 | 0.13 | 0.11 | 315 | 0.69 | 0.66 |
| Hex | E4 | 6C | C6 | 0 | 35 | D | B | 13B | 45 | 42 |
| Octal | 344 | 154 | 306 | 0 | 65 | 15 | 13 | 473 | 105 | 102 |
| Binary | 11100100 | 1101100 | 11000110 | 0 | 110101 | 1101 | 1011 | 100111011 | 1000101 | 1000010 |
Color Harmonies of #E46CC6
Complementary color
Monochromatic Colors of #E46CC6
Black with #E46CC6
Text Example
Text Example
White with #E46CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CC6; }
p { color: rgb(228,108,198); }
H1.HeaderClassName
{
color: #E46CC6;
}
.AnyTagClassName
{
color: #E46CC6;
}
</style>
background-color css
<style>
a { background-color: #E46CC6; }
a { background-color: rgb(228,108,198); }
div.DivClassName
{
background-color: #E46CC6;
}
.BgClassName
{
background-color: #E46CC6;
}
</style>
border-color css
<style>
span { border-color: #E46CC6; }
span { border-color: rgb(228,108,198); }
td.TdClassName
{
border-color: #E46CC6;
}
.TagClassName
{
border-color: #E46CC6;
}
</style>