Html Css Color HEX #E376CE Orchid

📋 copy color: '#E376CE'

red 227 ◦ green 118 ◦ blue 206

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

Shades of Orchid #E376CE

Tints of Orchid #E376CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.42%

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

R = 41.2%
G = 21.42%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E376CE (or 0xE376CE) is known color: Orchid. HEX triplet: E3, 76 and CE. RGB value is (227,118,206). Sum of RGB (Red+Green+Blue) = 227+118+206=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E376CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376CE is #1C8931. Grayscale: #A0A0A0. Windows color (decimal): -1870130 or 13530851. OLE color: 13530851.

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

Color convert

RGB 227 118 206 -
CMYK 0 0.48 0.09 0.11
HSL 311.56º 0.66% 0.68% -
HSV(B) 311.56º 0.48% 0.89% -
XYZ 49.3 33.74 62.31 -
YUV 160.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 227 118 206 0 0.48 0.09 0.11 311.56 0.66 0.68
Hex E3 76 CE 0 30 9 B 138 42 44
Octal 343 166 316 0 60 11 13 470 102 104
Binary 11100011 1110110 11001110 0 110000 1001 1011 100111000 1000010 1000100

Color Harmonies of #E376CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E376CE

Black with #E376CE

Text Example


Text Example

White with #E376CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E376CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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