Html Css Color HEX #E380CC Orchid

📋 copy color: '#E380CC'

red 227 ◦ green 128 ◦ blue 204

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

Shades of Orchid #E380CC

Tints of Orchid #E380CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 40.61%
G = 22.9%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E380CC (or 0xE380CC) is known color: Orchid. HEX triplet: E3, 80 and CC. RGB value is (227,128,204). Sum of RGB (Red+Green+Blue) = 227+128+204=559 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.61% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 227 - color contains mainly: red. Hex color #E380CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380CC is #1C7F33. Grayscale: #A6A6A6. Windows color (decimal): -1867572 or 13402339. OLE color: 13402339.

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

Color convert

RGB 227 128 204 -
CMYK 0 0.44 0.10 0.11
HSL 313.94º 0.64% 0.7% -
HSV(B) 313.94º 0.44% 0.89% -
XYZ 50.3 36.13 61.45 -
YUV 166.27 149.3 171.32 -
System Red Green Blue C M Y K H S L
Decimal 227 128 204 0 0.44 0.10 0.11 313.94 0.64 0.7
Hex E3 80 CC 0 2C A B 13A 40 46
Octal 343 200 314 0 54 12 13 472 100 106
Binary 11100011 10000000 11001100 0 101100 1010 1011 100111010 1000000 1000110

Color Harmonies of #E380CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380CC

Black with #E380CC

Text Example


Text Example

White with #E380CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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