Html Css Color HEX #E47CCF Orchid

📋 copy color: '#E47CCF'

red 228 ◦ green 124 ◦ blue 207

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

Shades of Orchid #E47CCF

Tints of Orchid #E47CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 40.79%
G = 22.18%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E47CCF (or 0xE47CCF) is known color: Orchid. HEX triplet: E4, 7C and CF. RGB value is (228,124,207). Sum of RGB (Red+Green+Blue) = 228+124+207=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 124 (48.83% from 255 or 22.18% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CCF is #1B8330. Grayscale: #A4A4A4. Windows color (decimal): -1803057 or 13597924. OLE color: 13597924.

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

Color convert

RGB 228 124 207 -
CMYK 0 0.46 0.09 0.11
HSL 312.12º 0.66% 0.69% -
HSV(B) 312.12º 0.46% 0.89% -
XYZ 50.47 35.41 63.21 -
YUV 164.56 151.96 173.25 -
System Red Green Blue C M Y K H S L
Decimal 228 124 207 0 0.46 0.09 0.11 312.12 0.66 0.69
Hex E4 7C CF 0 2E 9 B 138 42 45
Octal 344 174 317 0 56 11 13 470 102 105
Binary 11100100 1111100 11001111 0 101110 1001 1011 100111000 1000010 1000101

Color Harmonies of #E47CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47CCF

Black with #E47CCF

Text Example


Text Example

White with #E47CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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