Html Css Color HEX #E47CCA Orchid

📋 copy color: '#E47CCA'

red 228 ◦ green 124 ◦ blue 202

#E47CCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E47CCA

Tints of Orchid #E47CCA

RGB

 RED value IS 228 (89.45% from 255) = 41.16%

 GREEN value IS 124 (48.83% from 255) = 22.38%

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 41.16%
G = 22.38%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E47CCA (or 0xE47CCA) is known color: Orchid. HEX triplet: E4, 7C and CA. RGB value is (228,124,202). Sum of RGB (Red+Green+Blue) = 228+124+202=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CCA is #1B8335. Grayscale: #A3A3A3. Windows color (decimal): -1803062 or 13270244. OLE color: 13270244.

HSL color Cylindrical-coordinate representation of color #E47CCA: hue angle of 315º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47CCA is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 124 202 -
CMYK 0 0.46 0.11 0.11
HSL 315º 0.66% 0.69% -
HSV(B) 315º 0.46% 0.89% -
XYZ 49.86 35.17 60.04 -
YUV 163.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 228 124 202 0 0.46 0.11 0.11 315 0.66 0.69
Hex E4 7C CA 0 2E B B 13B 42 45
Octal 344 174 312 0 56 13 13 473 102 105
Binary 11100100 1111100 11001010 0 101110 1011 1011 100111011 1000010 1000101

Color Harmonies of #E47CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47CCA

Black with #E47CCA

Text Example


Text Example

White with #E47CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47CCA; }

 p { color: rgb(228,124,202); }

 H1.HeaderClassName
 {
   color: #E47CCA;
 }
 .AnyTagClassName
 {
   color: #E47CCA;
 }
</style>

background-color css

<style>
 a { background-color: #E47CCA; }

 a { background-color: rgb(228,124,202); }

 div.DivClassName
 {
   background-color: #E47CCA;
 }
 .BgClassName
 {
   background-color: #E47CCA;
 }
</style>

border-color css

<style>
 span { border-color: #E47CCA; }

 span { border-color: rgb(228,124,202); }

 td.TdClassName
 {
   border-color: #E47CCA;
 }
 .TagClassName
 {
   border-color: #E47CCA;
 }
</style>