Html Css Color HEX #E47CCE Orchid

📋 copy color: '#E47CCE'

red 228 ◦ green 124 ◦ blue 206

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

Shades of Orchid #E47CCE

Tints of Orchid #E47CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 40.86%
G = 22.22%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E47CCE (or 0xE47CCE) is known color: Orchid. HEX triplet: E4, 7C and CE. RGB value is (228,124,206). Sum of RGB (Red+Green+Blue) = 228+124+206=558 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.86% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CCE is #1B8331. Grayscale: #A4A4A4. Windows color (decimal): -1803058 or 13532388. OLE color: 13532388.

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

Color convert

RGB 228 124 206 -
CMYK 0 0.46 0.10 0.11
HSL 312.69º 0.66% 0.69% -
HSV(B) 312.69º 0.46% 0.89% -
XYZ 50.34 35.37 62.57 -
YUV 164.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 228 124 206 0 0.46 0.10 0.11 312.69 0.66 0.69
Hex E4 7C CE 0 2E A B 139 42 45
Octal 344 174 316 0 56 12 13 471 102 105
Binary 11100100 1111100 11001110 0 101110 1010 1011 100111001 1000010 1000101

Color Harmonies of #E47CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47CCE

Black with #E47CCE

Text Example


Text Example

White with #E47CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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