Html Css Color HEX #E47CCC Orchid

📋 copy color: '#E47CCC'

red 228 ◦ green 124 ◦ blue 204

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

Shades of Orchid #E47CCC

Tints of Orchid #E47CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 41.01%
G = 22.3%
B = 36.69%

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

#E47CCC (or 0xE47CCC) is known color: Orchid. HEX triplet: E4, 7C and CC. RGB value is (228,124,204). Sum of RGB (Red+Green+Blue) = 228+124+204=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CCC is #1B8333. Grayscale: #A4A4A4. Windows color (decimal): -1803060 or 13401316. OLE color: 13401316.

HSL color Cylindrical-coordinate representation of color #E47CCC: hue angle of 313.85º 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 #E47CCC is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 124 204 -
CMYK 0 0.46 0.11 0.11
HSL 313.85º 0.66% 0.69% -
HSV(B) 313.85º 0.46% 0.89% -
XYZ 50.1 35.27 61.29 -
YUV 164.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 228 124 204 0 0.46 0.11 0.11 313.85 0.66 0.69
Hex E4 7C CC 0 2E B B 13A 42 45
Octal 344 174 314 0 56 13 13 472 102 105
Binary 11100100 1111100 11001100 0 101110 1011 1011 100111010 1000010 1000101

Color Harmonies of #E47CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47CCC

Black with #E47CCC

Text Example


Text Example

White with #E47CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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