Shades of Orchid #E46CCA
Tints of Orchid #E46CCA
RGB
CMYK
RGB Variations
Color information
#E46CCA (or 0xE46CCA) is known color: Orchid. HEX triplet: E4, 6C and CA. RGB value is (228,108,202). Sum of RGB (Red+Green+Blue) = 228+108+202=538 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.38% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 228 - color contains mainly: red. Hex color #E46CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E46CCA is #1B9335. Grayscale: #9A9A9A. Windows color (decimal): -1807158 or 13266148. OLE color: 13266148.
HSL color Cylindrical-coordinate representation of color #E46CCA: hue angle of 313º 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 #E46CCA is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 202 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.11 |
| HSL | 313º | 0.69% | 0.66% | - |
| HSV(B) | 313º | 0.53% | 0.89% | - |
| XYZ | 48.02 | 31.48 | 59.42 | - |
| YUV | 154.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 202 | 0 | 0.53 | 0.11 | 0.11 | 313 | 0.69 | 0.66 |
| Hex | E4 | 6C | CA | 0 | 35 | B | B | 139 | 45 | 42 |
| Octal | 344 | 154 | 312 | 0 | 65 | 13 | 13 | 471 | 105 | 102 |
| Binary | 11100100 | 1101100 | 11001010 | 0 | 110101 | 1011 | 1011 | 100111001 | 1000101 | 1000010 |
Color Harmonies of #E46CCA
Complementary color
Monochromatic Colors of #E46CCA
Black with #E46CCA
Text Example
Text Example
White with #E46CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46CCA; }
p { color: rgb(228,108,202); }
H1.HeaderClassName
{
color: #E46CCA;
}
.AnyTagClassName
{
color: #E46CCA;
}
</style>
background-color css
<style>
a { background-color: #E46CCA; }
a { background-color: rgb(228,108,202); }
div.DivClassName
{
background-color: #E46CCA;
}
.BgClassName
{
background-color: #E46CCA;
}
</style>
border-color css
<style>
span { border-color: #E46CCA; }
span { border-color: rgb(228,108,202); }
td.TdClassName
{
border-color: #E46CCA;
}
.TagClassName
{
border-color: #E46CCA;
}
</style>