Html Css Color HEX #E776CA Orchid

📋 copy color: '#E776CA'

red 231 ◦ green 118 ◦ blue 202

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

Shades of Orchid #E776CA

Tints of Orchid #E776CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.66%

R = 41.92%
G = 21.42%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E776CA (or 0xE776CA) is known color: Orchid. HEX triplet: E7, 76 and CA. RGB value is (231,118,202). Sum of RGB (Red+Green+Blue) = 231+118+202=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E776CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776CA is #188935. Grayscale: #A1A1A1. Windows color (decimal): -1607990 or 13268711. OLE color: 13268711.

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

Color convert

RGB 231 118 202 -
CMYK 0 0.49 0.13 0.09
HSL 315.4º 0.7% 0.68% -
HSV(B) 315.4º 0.49% 0.91% -
XYZ 50.09 34.21 59.84 -
YUV 161.36 150.94 177.67 -
System Red Green Blue C M Y K H S L
Decimal 231 118 202 0 0.49 0.13 0.09 315.4 0.7 0.68
Hex E7 76 CA 0 31 D 9 13B 46 44
Octal 347 166 312 0 61 15 11 473 106 104
Binary 11100111 1110110 11001010 0 110001 1101 1001 100111011 1000110 1000100

Color Harmonies of #E776CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776CA

Black with #E776CA

Text Example


Text Example

White with #E776CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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