Html Css Color HEX #E380D1 Orchid

📋 copy color: '#E380D1'

red 227 ◦ green 128 ◦ blue 209

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

Shades of Orchid #E380D1

Tints of Orchid #E380D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.06%

R = 40.25%
G = 22.7%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E380D1 (or 0xE380D1) is known color: Orchid. HEX triplet: E3, 80 and D1. RGB value is (227,128,209). Sum of RGB (Red+Green+Blue) = 227+128+209=564 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.25% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 227 - color contains mainly: red. Hex color #E380D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380D1 is #1C7F2E. Grayscale: #A6A6A6. Windows color (decimal): -1867567 or 13730019. OLE color: 13730019.

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

Color convert

RGB 227 128 209 -
CMYK 0 0.44 0.08 0.11
HSL 310.91º 0.64% 0.7% -
HSV(B) 310.91º 0.44% 0.89% -
XYZ 50.91 36.37 64.66 -
YUV 166.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 227 128 209 0 0.44 0.08 0.11 310.91 0.64 0.7
Hex E3 80 D1 0 2C 8 B 137 40 46
Octal 343 200 321 0 54 10 13 467 100 106
Binary 11100011 10000000 11010001 0 101100 1000 1011 100110111 1000000 1000110

Color Harmonies of #E380D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380D1

Black with #E380D1

Text Example


Text Example

White with #E380D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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