Html Css Color HEX #E47DDE Orchid

📋 copy color: '#E47DDE'

red 228 ◦ green 125 ◦ blue 222

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

Shades of Orchid #E47DDE

Tints of Orchid #E47DDE

RGB

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

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

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

R = 39.65%
G = 21.74%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E47DDE (or 0xE47DDE) is known color: Orchid. HEX triplet: E4, 7D and DE. RGB value is (228,125,222). Sum of RGB (Red+Green+Blue) = 228+125+222=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E47DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47DDE is #1B8221. Grayscale: #A6A6A6. Windows color (decimal): -1802786 or 14581220. OLE color: 14581220.

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

Color convert

RGB 228 125 222 -
CMYK 0 0.45 0.03 0.11
HSL 303.5º 0.66% 0.69% -
HSV(B) 303.5º 0.45% 0.89% -
XYZ 52.51 36.44 73.37 -
YUV 166.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 228 125 222 0 0.45 0.03 0.11 303.5 0.66 0.69
Hex E4 7D DE 0 2D 3 B 12F 42 45
Octal 344 175 336 0 55 3 13 457 102 105
Binary 11100100 1111101 11011110 0 101101 11 1011 100101111 1000010 1000101

Color Harmonies of #E47DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47DDE

Black with #E47DDE

Text Example


Text Example

White with #E47DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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