Shades of Orchid #E46DCC
Tints of Orchid #E46DCC
RGB
CMYK
RGB Variations
Color information
#E46DCC (or 0xE46DCC) is known color: Orchid. HEX triplet: E4, 6D and CC. RGB value is (228,109,204). Sum of RGB (Red+Green+Blue) = 228+109+204=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E46DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46DCC is #1B9233. Grayscale: #9B9B9B. Windows color (decimal): -1806900 or 13397476. OLE color: 13397476.
HSL color Cylindrical-coordinate representation of color #E46DCC: hue angle of 312.1º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E46DCC is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 109 | 204 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.11 |
| HSL | 312.1º | 0.69% | 0.66% | - |
| HSV(B) | 312.1º | 0.52% | 0.89% | - |
| XYZ | 48.36 | 31.79 | 60.71 | - |
| YUV | 155.41 | 155.42 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 109 | 204 | 0 | 0.52 | 0.11 | 0.11 | 312.1 | 0.69 | 0.66 |
| Hex | E4 | 6D | CC | 0 | 34 | B | B | 138 | 45 | 42 |
| Octal | 344 | 155 | 314 | 0 | 64 | 13 | 13 | 470 | 105 | 102 |
| Binary | 11100100 | 1101101 | 11001100 | 0 | 110100 | 1011 | 1011 | 100111000 | 1000101 | 1000010 |
Color Harmonies of #E46DCC
Complementary color
Monochromatic Colors of #E46DCC
Black with #E46DCC
Text Example
Text Example
White with #E46DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46DCC; }
p { color: rgb(228,109,204); }
H1.HeaderClassName
{
color: #E46DCC;
}
.AnyTagClassName
{
color: #E46DCC;
}
</style>
background-color css
<style>
a { background-color: #E46DCC; }
a { background-color: rgb(228,109,204); }
div.DivClassName
{
background-color: #E46DCC;
}
.BgClassName
{
background-color: #E46DCC;
}
</style>
border-color css
<style>
span { border-color: #E46DCC; }
span { border-color: rgb(228,109,204); }
td.TdClassName
{
border-color: #E46DCC;
}
.TagClassName
{
border-color: #E46DCC;
}
</style>