Html Css Color HEX #E478DB Orchid

📋 copy color: '#E478DB'

red 228 ◦ green 120 ◦ blue 219

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

Shades of Orchid #E478DB

Tints of Orchid #E478DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.16%

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

R = 40.21%
G = 21.16%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E478DB (or 0xE478DB) is known color: Orchid. HEX triplet: E4, 78 and DB. RGB value is (228,120,219). Sum of RGB (Red+Green+Blue) = 228+120+219=567 (75% of max value = 765). Red value is 228 (89.45% from 255 or 40.21% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 228 - color contains mainly: red. Hex color #E478DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478DB is #1B8724. Grayscale: #A3A3A3. Windows color (decimal): -1804069 or 14383332. OLE color: 14383332.

HSL color Cylindrical-coordinate representation of color #E478DB: hue angle of 305º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E478DB is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 120 219 -
CMYK 0 0.47 0.04 0.11
HSL 305º 0.67% 0.68% -
HSV(B) 305º 0.47% 0.89% -
XYZ 51.5 35.04 71.07 -
YUV 163.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 228 120 219 0 0.47 0.04 0.11 305 0.67 0.68
Hex E4 78 DB 0 2F 4 B 131 43 44
Octal 344 170 333 0 57 4 13 461 103 104
Binary 11100100 1111000 11011011 0 101111 100 1011 100110001 1000011 1000100

Color Harmonies of #E478DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478DB

Black with #E478DB

Text Example


Text Example

White with #E478DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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