Html Css Color HEX #E380D7 Orchid

📋 copy color: '#E380D7'

red 227 ◦ green 128 ◦ blue 215

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

Shades of Orchid #E380D7

Tints of Orchid #E380D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.72%

R = 39.82%
G = 22.46%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E380D7 (or 0xE380D7) is known color: Orchid. HEX triplet: E3, 80 and D7. RGB value is (227,128,215). Sum of RGB (Red+Green+Blue) = 227+128+215=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E380D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380D7 is #1C7F28. Grayscale: #A7A7A7. Windows color (decimal): -1867561 or 14123235. OLE color: 14123235.

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

Color convert

RGB 227 128 215 -
CMYK 0 0.44 0.05 0.11
HSL 307.27º 0.64% 0.7% -
HSV(B) 307.27º 0.44% 0.89% -
XYZ 51.66 36.68 68.65 -
YUV 167.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 227 128 215 0 0.44 0.05 0.11 307.27 0.64 0.7
Hex E3 80 D7 0 2C 5 B 133 40 46
Octal 343 200 327 0 54 5 13 463 100 106
Binary 11100011 10000000 11010111 0 101100 101 1011 100110011 1000000 1000110

Color Harmonies of #E380D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380D7

Black with #E380D7

Text Example


Text Example

White with #E380D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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