Html Css Color HEX #E47FD6 Orchid

📋 copy color: '#E47FD6'

red 228 ◦ green 127 ◦ blue 214

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

Shades of Orchid #E47FD6

Tints of Orchid #E47FD6

RGB

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

 GREEN value IS 127 (50% from 255) = 22.32%

 BLUE value IS 214 (83.98% from 255) = 37.61%

R = 40.07%
G = 22.32%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E47FD6 (or 0xE47FD6) is known color: Orchid. HEX triplet: E4, 7F and D6. RGB value is (228,127,214). Sum of RGB (Red+Green+Blue) = 228+127+214=569 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.07% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 214 (83.98% from 255 or 37.61% from 569); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FD6 is #1B8029. Grayscale: #A6A6A6. Windows color (decimal): -1802282 or 14057444. OLE color: 14057444.

HSL color Cylindrical-coordinate representation of color #E47FD6: hue angle of 308.32º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E47FD6 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 127 214 -
CMYK 0 0.44 0.06 0.11
HSL 308.32º 0.65% 0.7% -
HSV(B) 308.32º 0.44% 0.89% -
XYZ 51.72 36.53 67.94 -
YUV 167.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 228 127 214 0 0.44 0.06 0.11 308.32 0.65 0.7
Hex E4 7F D6 0 2C 6 B 134 41 46
Octal 344 177 326 0 54 6 13 464 101 106
Binary 11100100 1111111 11010110 0 101100 110 1011 100110100 1000001 1000110

Color Harmonies of #E47FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47FD6

Black with #E47FD6

Text Example


Text Example

White with #E47FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47FD6; }

 p { color: rgb(228,127,214); }

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

background-color css

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

 a { background-color: rgb(228,127,214); }

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

border-color css

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

 span { border-color: rgb(228,127,214); }

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