Html Css Color HEX #E776CB Orchid

📋 copy color: '#E776CB'

red 231 ◦ green 118 ◦ blue 203

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

Shades of Orchid #E776CB

Tints of Orchid #E776CB

RGB

 RED value IS 231 (90.63% from 255) = 41.85%

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

 BLUE value IS 203 (79.69% from 255) = 36.78%

R = 41.85%
G = 21.38%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E776CB (or 0xE776CB) is known color: Orchid. HEX triplet: E7, 76 and CB. RGB value is (231,118,203). Sum of RGB (Red+Green+Blue) = 231+118+203=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E776CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776CB is #188934. Grayscale: #A1A1A1. Windows color (decimal): -1607989 or 13334247. OLE color: 13334247.

HSL color Cylindrical-coordinate representation of color #E776CB: hue angle of 314.87º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776CB is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 118 203 -
CMYK 0 0.49 0.12 0.09
HSL 314.87º 0.7% 0.68% -
HSV(B) 314.87º 0.49% 0.91% -
XYZ 50.21 34.26 60.47 -
YUV 161.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 231 118 203 0 0.49 0.12 0.09 314.87 0.7 0.68
Hex E7 76 CB 0 31 C 9 13B 46 44
Octal 347 166 313 0 61 14 11 473 106 104
Binary 11100111 1110110 11001011 0 110001 1100 1001 100111011 1000110 1000100

Color Harmonies of #E776CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776CB

Black with #E776CB

Text Example


Text Example

White with #E776CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776CB; }

 p { color: rgb(231,118,203); }

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

background-color css

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

 a { background-color: rgb(231,118,203); }

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

border-color css

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

 span { border-color: rgb(231,118,203); }

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