Html Css Color HEX #E380DA Orchid

📋 copy color: '#E380DA'

red 227 ◦ green 128 ◦ blue 218

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

Shades of Orchid #E380DA

Tints of Orchid #E380DA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.34%

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 39.62%
G = 22.34%
B = 38.05%

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

#E380DA (or 0xE380DA) is known color: Orchid. HEX triplet: E3, 80 and DA. RGB value is (227,128,218). Sum of RGB (Red+Green+Blue) = 227+128+218=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E380DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380DA is #1C7F25. Grayscale: #A7A7A7. Windows color (decimal): -1867558 or 14319843. OLE color: 14319843.

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

Color convert

RGB 227 128 218 -
CMYK 0 0.44 0.04 0.11
HSL 305.45º 0.64% 0.7% -
HSV(B) 305.45º 0.44% 0.89% -
XYZ 52.05 36.83 70.7 -
YUV 167.86 156.3 170.18 -
System Red Green Blue C M Y K H S L
Decimal 227 128 218 0 0.44 0.04 0.11 305.45 0.64 0.7
Hex E3 80 DA 0 2C 4 B 131 40 46
Octal 343 200 332 0 54 4 13 461 100 106
Binary 11100011 10000000 11011010 0 101100 100 1011 100110001 1000000 1000110

Color Harmonies of #E380DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380DA

Black with #E380DA

Text Example


Text Example

White with #E380DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380DA; }

 p { color: rgb(227,128,218); }

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

background-color css

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

 a { background-color: rgb(227,128,218); }

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

border-color css

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

 span { border-color: rgb(227,128,218); }

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