Html Css Color HEX #E776DC Orchid

📋 copy color: '#E776DC'

red 231 ◦ green 118 ◦ blue 220

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

Shades of Orchid #E776DC

Tints of Orchid #E776DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 40.6%
G = 20.74%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E776DC (or 0xE776DC) is known color: Orchid. HEX triplet: E7, 76 and DC. RGB value is (231,118,220). Sum of RGB (Red+Green+Blue) = 231+118+220=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E776DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776DC is #188923. Grayscale: #A3A3A3. Windows color (decimal): -1607972 or 14448359. OLE color: 14448359.

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

Color convert

RGB 231 118 220 -
CMYK 0 0.49 0.05 0.09
HSL 305.84º 0.7% 0.68% -
HSV(B) 305.84º 0.49% 0.91% -
XYZ 52.35 35.11 71.73 -
YUV 163.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 231 118 220 0 0.49 0.05 0.09 305.84 0.7 0.68
Hex E7 76 DC 0 31 5 9 132 46 44
Octal 347 166 334 0 61 5 11 462 106 104
Binary 11100111 1110110 11011100 0 110001 101 1001 100110010 1000110 1000100

Color Harmonies of #E776DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776DC

Black with #E776DC

Text Example


Text Example

White with #E776DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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