Html Css Color HEX #E47FDB Orchid

📋 copy color: '#E47FDB'

red 228 ◦ green 127 ◦ blue 219

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

Shades of Orchid #E47FDB

Tints of Orchid #E47FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.15%

R = 39.72%
G = 22.13%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E47FDB (or 0xE47FDB) is known color: Orchid. HEX triplet: E4, 7F and DB. RGB value is (228,127,219). Sum of RGB (Red+Green+Blue) = 228+127+219=574 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.72% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FDB is #1B8024. Grayscale: #A7A7A7. Windows color (decimal): -1802277 or 14385124. OLE color: 14385124.

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

Color convert

RGB 228 127 219 -
CMYK 0 0.44 0.04 0.11
HSL 305.35º 0.65% 0.7% -
HSV(B) 305.35º 0.44% 0.89% -
XYZ 52.37 36.79 71.36 -
YUV 167.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 228 127 219 0 0.44 0.04 0.11 305.35 0.65 0.7
Hex E4 7F DB 0 2C 4 B 131 41 46
Octal 344 177 333 0 54 4 13 461 101 106
Binary 11100100 1111111 11011011 0 101100 100 1011 100110001 1000001 1000110

Color Harmonies of #E47FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E47FDB

Black with #E47FDB

Text Example


Text Example

White with #E47FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E47FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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