Html Css Color HEX #E47CDE Orchid

📋 copy color: '#E47CDE'

red 228 ◦ green 124 ◦ blue 222

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

Shades of Orchid #E47CDE

Tints of Orchid #E47CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 39.72%
G = 21.6%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E47CDE (or 0xE47CDE) is known color: Orchid. HEX triplet: E4, 7C and DE. RGB value is (228,124,222). Sum of RGB (Red+Green+Blue) = 228+124+222=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CDE is #1B8321. Grayscale: #A5A5A5. Windows color (decimal): -1803042 or 14580964. OLE color: 14580964.

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

Color convert

RGB 228 124 222 -
CMYK 0 0.46 0.03 0.11
HSL 303.46º 0.66% 0.69% -
HSV(B) 303.46º 0.46% 0.89% -
XYZ 52.39 36.18 73.33 -
YUV 166.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 228 124 222 0 0.46 0.03 0.11 303.46 0.66 0.69
Hex E4 7C DE 0 2E 3 B 12F 42 45
Octal 344 174 336 0 56 3 13 457 102 105
Binary 11100100 1111100 11011110 0 101110 11 1011 100101111 1000010 1000101

Color Harmonies of #E47CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47CDE

Black with #E47CDE

Text Example


Text Example

White with #E47CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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