Html Css Color HEX #E379CE Orchid

📋 copy color: '#E379CE'

red 227 ◦ green 121 ◦ blue 206

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

Shades of Orchid #E379CE

Tints of Orchid #E379CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.84%

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

R = 40.97%
G = 21.84%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E379CE (or 0xE379CE) is known color: Orchid. HEX triplet: E3, 79 and CE. RGB value is (227,121,206). Sum of RGB (Red+Green+Blue) = 227+121+206=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E379CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379CE is #1C8631. Grayscale: #A2A2A2. Windows color (decimal): -1869362 or 13531619. OLE color: 13531619.

HSL color Cylindrical-coordinate representation of color #E379CE: hue angle of 311.89º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E379CE is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 121 206 -
CMYK 0 0.47 0.09 0.11
HSL 311.89º 0.65% 0.68% -
HSV(B) 311.89º 0.47% 0.89% -
XYZ 49.66 34.46 62.43 -
YUV 162.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 227 121 206 0 0.47 0.09 0.11 311.89 0.65 0.68
Hex E3 79 CE 0 2F 9 B 138 41 44
Octal 343 171 316 0 57 11 13 470 101 104
Binary 11100011 1111001 11001110 0 101111 1001 1011 100111000 1000001 1000100

Color Harmonies of #E379CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379CE

Black with #E379CE

Text Example


Text Example

White with #E379CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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