Html Css Color HEX #E47DDA Orchid

📋 copy color: '#E47DDA'

red 228 ◦ green 125 ◦ blue 218

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

Shades of Orchid #E47DDA

Tints of Orchid #E47DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.89%

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 39.93%
G = 21.89%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E47DDA (or 0xE47DDA) is known color: Orchid. HEX triplet: E4, 7D and DA. RGB value is (228,125,218). Sum of RGB (Red+Green+Blue) = 228+125+218=571 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.93% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DDA is #1B8225. Grayscale: #A6A6A6. Windows color (decimal): -1802790 or 14319076. OLE color: 14319076.

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

Color convert

RGB 228 125 218 -
CMYK 0 0.45 0.04 0.11
HSL 305.83º 0.66% 0.69% -
HSV(B) 305.83º 0.45% 0.89% -
XYZ 51.98 36.22 70.58 -
YUV 166.4 157.12 171.94 -
System Red Green Blue C M Y K H S L
Decimal 228 125 218 0 0.45 0.04 0.11 305.83 0.66 0.69
Hex E4 7D DA 0 2D 4 B 132 42 45
Octal 344 175 332 0 55 4 13 462 102 105
Binary 11100100 1111101 11011010 0 101101 100 1011 100110010 1000010 1000101

Color Harmonies of #E47DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47DDA

Black with #E47DDA

Text Example


Text Example

White with #E47DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47DDA; }

 p { color: rgb(228,125,218); }

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

background-color css

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

 a { background-color: rgb(228,125,218); }

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

border-color css

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

 span { border-color: rgb(228,125,218); }

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