Html Css Color HEX #E778DC Orchid

📋 copy color: '#E778DC'

red 231 ◦ green 120 ◦ blue 220

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

Shades of Orchid #E778DC

Tints of Orchid #E778DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.02%

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

R = 40.46%
G = 21.02%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E778DC (or 0xE778DC) is known color: Orchid. HEX triplet: E7, 78 and DC. RGB value is (231,120,220). Sum of RGB (Red+Green+Blue) = 231+120+220=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E778DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778DC is #188723. Grayscale: #A4A4A4. Windows color (decimal): -1607460 or 14448871. OLE color: 14448871.

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

Color convert

RGB 231 120 220 -
CMYK 0 0.48 0.05 0.09
HSL 305.95º 0.7% 0.69% -
HSV(B) 305.95º 0.48% 0.91% -
XYZ 52.59 35.59 71.81 -
YUV 164.59 159.27 175.37 -
System Red Green Blue C M Y K H S L
Decimal 231 120 220 0 0.48 0.05 0.09 305.95 0.7 0.69
Hex E7 78 DC 0 30 5 9 132 46 45
Octal 347 170 334 0 60 5 11 462 106 105
Binary 11100111 1111000 11011100 0 110000 101 1001 100110010 1000110 1000101

Color Harmonies of #E778DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E778DC

Black with #E778DC

Text Example


Text Example

White with #E778DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E778DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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