Shades of Orchid #E46CC9
Tints of Orchid #E46CC9
RGB
CMYK
RGB Variations
Color information
#E46CC9 (or 0xE46CC9) is known color: Orchid. HEX triplet: E4, 6C and C9. RGB value is (228,108,201). Sum of RGB (Red+Green+Blue) = 228+108+201=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CC9 is #1B9336. Grayscale: #9A9A9A. Windows color (decimal): -1807159 or 13200612. OLE color: 13200612.
HSL color Cylindrical-coordinate representation of color #E46CC9: hue angle of 313.5º 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 #E46CC9 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 201 | - |
| CMYK | 0 | 0.53 | 0.12 | 0.11 |
| HSL | 313.5º | 0.69% | 0.66% | - |
| HSV(B) | 313.5º | 0.53% | 0.89% | - |
| XYZ | 47.9 | 31.44 | 58.8 | - |
| YUV | 154.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 201 | 0 | 0.53 | 0.12 | 0.11 | 313.5 | 0.69 | 0.66 |
| Hex | E4 | 6C | C9 | 0 | 35 | C | B | 13A | 45 | 42 |
| Octal | 344 | 154 | 311 | 0 | 65 | 14 | 13 | 472 | 105 | 102 |
| Binary | 11100100 | 1101100 | 11001001 | 0 | 110101 | 1100 | 1011 | 100111010 | 1000101 | 1000010 |
Color Harmonies of #E46CC9
Complementary color
Monochromatic Colors of #E46CC9
Black with #E46CC9
Text Example
Text Example
White with #E46CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CC9; }
p { color: rgb(228,108,201); }
H1.HeaderClassName
{
color: #E46CC9;
}
.AnyTagClassName
{
color: #E46CC9;
}
</style>
background-color css
<style>
a { background-color: #E46CC9; }
a { background-color: rgb(228,108,201); }
div.DivClassName
{
background-color: #E46CC9;
}
.BgClassName
{
background-color: #E46CC9;
}
</style>
border-color css
<style>
span { border-color: #E46CC9; }
span { border-color: rgb(228,108,201); }
td.TdClassName
{
border-color: #E46CC9;
}
.TagClassName
{
border-color: #E46CC9;
}
</style>