Html Css Color HEX #E47ACD Orchid

📋 copy color: '#E47ACD'

red 228 ◦ green 122 ◦ blue 205

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

Shades of Orchid #E47ACD

Tints of Orchid #E47ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.94%

R = 41.08%
G = 21.98%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E47ACD (or 0xE47ACD) is known color: Orchid. HEX triplet: E4, 7A and CD. RGB value is (228,122,205). Sum of RGB (Red+Green+Blue) = 228+122+205=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E47ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47ACD is #1B8532. Grayscale: #A2A2A2. Windows color (decimal): -1803571 or 13466340. OLE color: 13466340.

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

Color convert

RGB 228 122 205 -
CMYK 0 0.46 0.10 0.11
HSL 313.02º 0.66% 0.69% -
HSV(B) 313.02º 0.46% 0.89% -
XYZ 49.97 34.82 61.84 -
YUV 163.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 228 122 205 0 0.46 0.10 0.11 313.02 0.66 0.69
Hex E4 7A CD 0 2E A B 139 42 45
Octal 344 172 315 0 56 12 13 471 102 105
Binary 11100100 1111010 11001101 0 101110 1010 1011 100111001 1000010 1000101

Color Harmonies of #E47ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47ACD

Black with #E47ACD

Text Example


Text Example

White with #E47ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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