Html Css Color HEX #E379C7 Orchid

📋 copy color: '#E379C7'

red 227 ◦ green 121 ◦ blue 199

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

Shades of Orchid #E379C7

Tints of Orchid #E379C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.38%

R = 41.5%
G = 22.12%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E379C7 (or 0xE379C7) is known color: Orchid. HEX triplet: E3, 79 and C7. RGB value is (227,121,199). Sum of RGB (Red+Green+Blue) = 227+121+199=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E379C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379C7 is #1C8638. Grayscale: #A1A1A1. Windows color (decimal): -1869369 or 13072867. OLE color: 13072867.

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

Color convert

RGB 227 121 199 -
CMYK 0 0.47 0.12 0.11
HSL 315.85º 0.65% 0.68% -
HSV(B) 315.85º 0.47% 0.89% -
XYZ 48.82 34.13 58.05 -
YUV 161.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 227 121 199 0 0.47 0.12 0.11 315.85 0.65 0.68
Hex E3 79 C7 0 2F C B 13C 41 44
Octal 343 171 307 0 57 14 13 474 101 104
Binary 11100011 1111001 11000111 0 101111 1100 1011 100111100 1000001 1000100

Color Harmonies of #E379C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379C7

Black with #E379C7

Text Example


Text Example

White with #E379C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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