Html Css Color HEX #E378DC Orchid

📋 copy color: '#E378DC'

red 227 ◦ green 120 ◦ blue 220

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

Shades of Orchid #E378DC

Tints of Orchid #E378DC

RGB

 RED value IS 227 (89.06% from 255) = 40.04%

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

 BLUE value IS 220 (86.33% from 255) = 38.8%

R = 40.04%
G = 21.16%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E378DC (or 0xE378DC) is known color: Orchid. HEX triplet: E3, 78 and DC. RGB value is (227,120,220). Sum of RGB (Red+Green+Blue) = 227+120+220=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E378DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E378DC is #1C8723. Grayscale: #A3A3A3. Windows color (decimal): -1869604 or 14448867. OLE color: 14448867.

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

Color convert

RGB 227 120 220 -
CMYK 0 0.47 0.03 0.11
HSL 303.93º 0.66% 0.68% -
HSV(B) 303.93º 0.47% 0.89% -
XYZ 51.31 34.93 71.75 -
YUV 163.39 159.95 173.37 -
System Red Green Blue C M Y K H S L
Decimal 227 120 220 0 0.47 0.03 0.11 303.93 0.66 0.68
Hex E3 78 DC 0 2F 3 B 130 42 44
Octal 343 170 334 0 57 3 13 460 102 104
Binary 11100011 1111000 11011100 0 101111 11 1011 100110000 1000010 1000100

Color Harmonies of #E378DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E378DC

Black with #E378DC

Text Example


Text Example

White with #E378DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E378DC; }

 p { color: rgb(227,120,220); }

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

background-color css

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

 a { background-color: rgb(227,120,220); }

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

border-color css

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

 span { border-color: rgb(227,120,220); }

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