Html Css Color HEX #E380CA Orchid

📋 copy color: '#E380CA'

red 227 ◦ green 128 ◦ blue 202

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

Shades of Orchid #E380CA

Tints of Orchid #E380CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.27%

R = 40.75%
G = 22.98%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E380CA (or 0xE380CA) is known color: Orchid. HEX triplet: E3, 80 and CA. RGB value is (227,128,202). Sum of RGB (Red+Green+Blue) = 227+128+202=557 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.75% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 227 - color contains mainly: red. Hex color #E380CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380CA is #1C7F35. Grayscale: #A5A5A5. Windows color (decimal): -1867574 or 13271267. OLE color: 13271267.

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

Color convert

RGB 227 128 202 -
CMYK 0 0.44 0.11 0.11
HSL 315.15º 0.64% 0.7% -
HSV(B) 315.15º 0.44% 0.89% -
XYZ 50.06 36.03 60.19 -
YUV 166.04 148.3 171.48 -
System Red Green Blue C M Y K H S L
Decimal 227 128 202 0 0.44 0.11 0.11 315.15 0.64 0.7
Hex E3 80 CA 0 2C B B 13B 40 46
Octal 343 200 312 0 54 13 13 473 100 106
Binary 11100011 10000000 11001010 0 101100 1011 1011 100111011 1000000 1000110

Color Harmonies of #E380CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380CA

Black with #E380CA

Text Example


Text Example

White with #E380CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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