Html Css Color HEX #E478CE Orchid

📋 copy color: '#E478CE'

red 228 ◦ green 120 ◦ blue 206

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

Shades of Orchid #E478CE

Tints of Orchid #E478CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 41.16%
G = 21.66%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E478CE (or 0xE478CE) is known color: Orchid. HEX triplet: E4, 78 and CE. RGB value is (228,120,206). Sum of RGB (Red+Green+Blue) = 228+120+206=554 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.16% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 228 - color contains mainly: red. Hex color #E478CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478CE is #1B8731. Grayscale: #A1A1A1. Windows color (decimal): -1804082 or 13531364. OLE color: 13531364.

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

Color convert

RGB 228 120 206 -
CMYK 0 0.47 0.10 0.11
HSL 312.22º 0.67% 0.68% -
HSV(B) 312.22º 0.47% 0.89% -
XYZ 49.85 34.38 62.4 -
YUV 162.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 228 120 206 0 0.47 0.10 0.11 312.22 0.67 0.68
Hex E4 78 CE 0 2F A B 138 43 44
Octal 344 170 316 0 57 12 13 470 103 104
Binary 11100100 1111000 11001110 0 101111 1010 1011 100111000 1000011 1000100

Color Harmonies of #E478CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478CE

Black with #E478CE

Text Example


Text Example

White with #E478CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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