Html Css Color HEX #E379CD Orchid

📋 copy color: '#E379CD'

red 227 ◦ green 121 ◦ blue 205

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

Shades of Orchid #E379CD

Tints of Orchid #E379CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.07%

R = 41.05%
G = 21.88%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E379CD (or 0xE379CD) is known color: Orchid. HEX triplet: E3, 79 and CD. RGB value is (227,121,205). Sum of RGB (Red+Green+Blue) = 227+121+205=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E379CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E379CD is #1C8632. Grayscale: #A2A2A2. Windows color (decimal): -1869363 or 13466083. OLE color: 13466083.

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

Color convert

RGB 227 121 205 -
CMYK 0 0.47 0.10 0.11
HSL 312.45º 0.65% 0.68% -
HSV(B) 312.45º 0.47% 0.89% -
XYZ 49.54 34.41 61.79 -
YUV 162.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 227 121 205 0 0.47 0.10 0.11 312.45 0.65 0.68
Hex E3 79 CD 0 2F A B 138 41 44
Octal 343 171 315 0 57 12 13 470 101 104
Binary 11100011 1111001 11001101 0 101111 1010 1011 100111000 1000001 1000100

Color Harmonies of #E379CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E379CD

Black with #E379CD

Text Example


Text Example

White with #E379CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E379CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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