Html Css Color HEX #E47ADC Orchid

📋 copy color: '#E47ADC'

red 228 ◦ green 122 ◦ blue 220

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

Shades of Orchid #E47ADC

Tints of Orchid #E47ADC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.4%

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 40%
G = 21.4%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E47ADC (or 0xE47ADC) is known color: Orchid. HEX triplet: E4, 7A and DC. RGB value is (228,122,220). Sum of RGB (Red+Green+Blue) = 228+122+220=570 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ADC is #1B8523. Grayscale: #A4A4A4. Windows color (decimal): -1803556 or 14449380. OLE color: 14449380.

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

Color convert

RGB 228 122 220 -
CMYK 0 0.46 0.04 0.11
HSL 304.53º 0.66% 0.69% -
HSV(B) 304.53º 0.46% 0.89% -
XYZ 51.87 35.58 71.84 -
YUV 164.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 228 122 220 0 0.46 0.04 0.11 304.53 0.66 0.69
Hex E4 7A DC 0 2E 4 B 131 42 45
Octal 344 172 334 0 56 4 13 461 102 105
Binary 11100100 1111010 11011100 0 101110 100 1011 100110001 1000010 1000101

Color Harmonies of #E47ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47ADC

Black with #E47ADC

Text Example


Text Example

White with #E47ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47ADC; }

 p { color: rgb(228,122,220); }

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

background-color css

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

 a { background-color: rgb(228,122,220); }

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

border-color css

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

 span { border-color: rgb(228,122,220); }

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