Html Css Color HEX #E478D6 Orchid

📋 copy color: '#E478D6'

red 228 ◦ green 120 ◦ blue 214

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

Shades of Orchid #E478D6

Tints of Orchid #E478D6

RGB

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

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

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

R = 40.57%
G = 21.35%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E478D6 (or 0xE478D6) is known color: Orchid. HEX triplet: E4, 78 and D6. RGB value is (228,120,214). Sum of RGB (Red+Green+Blue) = 228+120+214=562 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.57% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 228 - color contains mainly: red. Hex color #E478D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E478D6 is #1B8729. Grayscale: #A2A2A2. Windows color (decimal): -1804074 or 14055652. OLE color: 14055652.

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

Color convert

RGB 228 120 214 -
CMYK 0 0.47 0.06 0.11
HSL 307.78º 0.67% 0.68% -
HSV(B) 307.78º 0.47% 0.89% -
XYZ 50.85 34.78 67.65 -
YUV 163.01 156.78 174.36 -
System Red Green Blue C M Y K H S L
Decimal 228 120 214 0 0.47 0.06 0.11 307.78 0.67 0.68
Hex E4 78 D6 0 2F 6 B 134 43 44
Octal 344 170 326 0 57 6 13 464 103 104
Binary 11100100 1111000 11010110 0 101111 110 1011 100110100 1000011 1000100

Color Harmonies of #E478D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E478D6

Black with #E478D6

Text Example


Text Example

White with #E478D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E478D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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