Html Css Color HEX #E376CF Orchid

📋 copy color: '#E376CF'

red 227 ◦ green 118 ◦ blue 207

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

Shades of Orchid #E376CF

Tints of Orchid #E376CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.5%

R = 41.12%
G = 21.38%
B = 37.5%

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

#E376CF (or 0xE376CF) is known color: Orchid. HEX triplet: E3, 76 and CF. RGB value is (227,118,207). Sum of RGB (Red+Green+Blue) = 227+118+207=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E376CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E376CF is #1C8930. Grayscale: #A0A0A0. Windows color (decimal): -1870129 or 13596387. OLE color: 13596387.

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

Color convert

RGB 227 118 207 -
CMYK 0 0.48 0.09 0.11
HSL 311.01º 0.66% 0.68% -
HSV(B) 311.01º 0.48% 0.89% -
XYZ 49.42 33.79 62.95 -
YUV 160.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 227 118 207 0 0.48 0.09 0.11 311.01 0.66 0.68
Hex E3 76 CF 0 30 9 B 137 42 44
Octal 343 166 317 0 60 11 13 467 102 104
Binary 11100011 1110110 11001111 0 110000 1001 1011 100110111 1000010 1000100

Color Harmonies of #E376CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E376CF

Black with #E376CF

Text Example


Text Example

White with #E376CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E376CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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