Html Css Color HEX #E379D9 Orchid

📋 copy color: '#E379D9'

red 227 ◦ green 121 ◦ blue 217

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

Shades of Orchid #E379D9

Tints of Orchid #E379D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.41%

R = 40.18%
G = 21.42%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E379D9 (or 0xE379D9) is known color: Orchid. HEX triplet: E3, 79 and D9. RGB value is (227,121,217). Sum of RGB (Red+Green+Blue) = 227+121+217=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 121 (47.66% from 255 or 21.42% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E379D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379D9 is #1C8626. Grayscale: #A3A3A3. Windows color (decimal): -1869351 or 14252515. OLE color: 14252515.

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

Color convert

RGB 227 121 217 -
CMYK 0 0.47 0.04 0.11
HSL 305.66º 0.65% 0.68% -
HSV(B) 305.66º 0.47% 0.89% -
XYZ 51.04 35.02 69.71 -
YUV 163.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 227 121 217 0 0.47 0.04 0.11 305.66 0.65 0.68
Hex E3 79 D9 0 2F 4 B 132 41 44
Octal 343 171 331 0 57 4 13 462 101 104
Binary 11100011 1111001 11011001 0 101111 100 1011 100110010 1000001 1000100

Color Harmonies of #E379D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379D9

Black with #E379D9

Text Example


Text Example

White with #E379D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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