Shades of Orchid #E46ACD
Tints of Orchid #E46ACD
RGB
CMYK
RGB Variations
Color information
#E46ACD (or 0xE46ACD) is known color: Orchid. HEX triplet: E4, 6A and CD. RGB value is (228,106,205). Sum of RGB (Red+Green+Blue) = 228+106+205=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E46ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46ACD is #1B9532. Grayscale: #999999. Windows color (decimal): -1807667 or 13462244. OLE color: 13462244.
HSL color Cylindrical-coordinate representation of color #E46ACD: hue angle of 311.31º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E46ACD is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 106 | 205 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.11 |
| HSL | 311.31º | 0.69% | 0.65% | - |
| HSV(B) | 311.31º | 0.54% | 0.89% | - |
| XYZ | 48.17 | 31.21 | 61.24 | - |
| YUV | 153.76 | 156.92 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 205 | 0 | 0.54 | 0.10 | 0.11 | 311.31 | 0.69 | 0.65 |
| Hex | E4 | 6A | CD | 0 | 36 | A | B | 137 | 45 | 41 |
| Octal | 344 | 152 | 315 | 0 | 66 | 12 | 13 | 467 | 105 | 101 |
| Binary | 11100100 | 1101010 | 11001101 | 0 | 110110 | 1010 | 1011 | 100110111 | 1000101 | 1000001 |
Color Harmonies of #E46ACD
Complementary color
Monochromatic Colors of #E46ACD
Black with #E46ACD
Text Example
Text Example
White with #E46ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46ACD; }
p { color: rgb(228,106,205); }
H1.HeaderClassName
{
color: #E46ACD;
}
.AnyTagClassName
{
color: #E46ACD;
}
</style>
background-color css
<style>
a { background-color: #E46ACD; }
a { background-color: rgb(228,106,205); }
div.DivClassName
{
background-color: #E46ACD;
}
.BgClassName
{
background-color: #E46ACD;
}
</style>
border-color css
<style>
span { border-color: #E46ACD; }
span { border-color: rgb(228,106,205); }
td.TdClassName
{
border-color: #E46ACD;
}
.TagClassName
{
border-color: #E46ACD;
}
</style>