Html Css Color HEX #E776CC Orchid

📋 copy color: '#E776CC'

red 231 ◦ green 118 ◦ blue 204

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

Shades of Orchid #E776CC

Tints of Orchid #E776CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 41.77%
G = 21.34%
B = 36.89%

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

#E776CC (or 0xE776CC) is known color: Orchid. HEX triplet: E7, 76 and CC. RGB value is (231,118,204). Sum of RGB (Red+Green+Blue) = 231+118+204=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E776CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776CC is #188933. Grayscale: #A1A1A1. Windows color (decimal): -1607988 or 13399783. OLE color: 13399783.

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

Color convert

RGB 231 118 204 -
CMYK 0 0.49 0.12 0.09
HSL 314.34º 0.7% 0.68% -
HSV(B) 314.34º 0.49% 0.91% -
XYZ 50.33 34.31 61.1 -
YUV 161.59 151.94 177.51 -
System Red Green Blue C M Y K H S L
Decimal 231 118 204 0 0.49 0.12 0.09 314.34 0.7 0.68
Hex E7 76 CC 0 31 C 9 13A 46 44
Octal 347 166 314 0 61 14 11 472 106 104
Binary 11100111 1110110 11001100 0 110001 1100 1001 100111010 1000110 1000100

Color Harmonies of #E776CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776CC

Black with #E776CC

Text Example


Text Example

White with #E776CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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