Shades of Orchid #E46CE5
Tints of Orchid #E46CE5
RGB
CMYK
RGB Variations
Color information
#E46CE5 (or 0xE46CE5) is known color: Orchid. HEX triplet: E4, 6C and E5. RGB value is (228,108,229). Sum of RGB (Red+Green+Blue) = 228+108+229=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #E46CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CE5 is #1B931A. Grayscale: #9D9D9D. Windows color (decimal): -1807131 or 15035620. OLE color: 15035620.
HSL color Cylindrical-coordinate representation of color #E46CE5: hue angle of 299.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46CE5 is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 228 | 108 | 229 | - |
| CMYK | 0.00 | 0.53 | 0 | 0.10 |
| HSL | 299.5º | 0.7% | 0.66% | - |
| HSV(B) | 299.5º | 0.53% | 0.9% | - |
| XYZ | 51.5 | 32.88 | 77.76 | - |
| YUV | 157.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 229 | 0.00 | 0.53 | 0 | 0.10 | 299.5 | 0.7 | 0.66 |
| Hex | E4 | 6C | E5 | 0 | 35 | 0 | A | 12C | 46 | 42 |
| Octal | 344 | 154 | 345 | 0 | 65 | 0 | 12 | 454 | 106 | 102 |
| Binary | 11100100 | 1101100 | 11100101 | 0 | 110101 | 0 | 1010 | 100101100 | 1000110 | 1000010 |
Color Harmonies of #E46CE5
Complementary color
Monochromatic Colors of #E46CE5
Black with #E46CE5
Text Example
Text Example
White with #E46CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CE5; }
p { color: rgb(228,108,229); }
H1.HeaderClassName
{
color: #E46CE5;
}
.AnyTagClassName
{
color: #E46CE5;
}
</style>
background-color css
<style>
a { background-color: #E46CE5; }
a { background-color: rgb(228,108,229); }
div.DivClassName
{
background-color: #E46CE5;
}
.BgClassName
{
background-color: #E46CE5;
}
</style>
border-color css
<style>
span { border-color: #E46CE5; }
span { border-color: rgb(228,108,229); }
td.TdClassName
{
border-color: #E46CE5;
}
.TagClassName
{
border-color: #E46CE5;
}
</style>