Html Css Color HEX #E380CE Orchid

📋 copy color: '#E380CE'

red 227 ◦ green 128 ◦ blue 206

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

Shades of Orchid #E380CE

Tints of Orchid #E380CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 40.46%
G = 22.82%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E380CE (or 0xE380CE) is known color: Orchid. HEX triplet: E3, 80 and CE. RGB value is (227,128,206). Sum of RGB (Red+Green+Blue) = 227+128+206=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 227 - color contains mainly: red. Hex color #E380CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380CE is #1C7F31. Grayscale: #A6A6A6. Windows color (decimal): -1867570 or 13533411. OLE color: 13533411.

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

Color convert

RGB 227 128 206 -
CMYK 0 0.44 0.09 0.11
HSL 312.73º 0.64% 0.7% -
HSV(B) 312.73º 0.44% 0.89% -
XYZ 50.54 36.23 62.72 -
YUV 166.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 227 128 206 0 0.44 0.09 0.11 312.73 0.64 0.7
Hex E3 80 CE 0 2C 9 B 139 40 46
Octal 343 200 316 0 54 11 13 471 100 106
Binary 11100011 10000000 11001110 0 101100 1001 1011 100111001 1000000 1000110

Color Harmonies of #E380CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E380CE

Black with #E380CE

Text Example


Text Example

White with #E380CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E380CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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