Html Css Color HEX #E778CE Orchid

📋 copy color: '#E778CE'

red 231 ◦ green 120 ◦ blue 206

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

Shades of Orchid #E778CE

Tints of Orchid #E778CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 41.47%
G = 21.54%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E778CE (or 0xE778CE) is known color: Orchid. HEX triplet: E7, 78 and CE. RGB value is (231,120,206). Sum of RGB (Red+Green+Blue) = 231+120+206=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E778CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778CE is #188731. Grayscale: #A2A2A2. Windows color (decimal): -1607474 or 13531367. OLE color: 13531367.

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

Color convert

RGB 231 120 206 -
CMYK 0 0.48 0.11 0.09
HSL 313.51º 0.7% 0.69% -
HSV(B) 313.51º 0.48% 0.91% -
XYZ 50.81 34.88 62.45 -
YUV 162.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 231 120 206 0 0.48 0.11 0.09 313.51 0.7 0.69
Hex E7 78 CE 0 30 B 9 13A 46 45
Octal 347 170 316 0 60 13 11 472 106 105
Binary 11100111 1111000 11001110 0 110000 1011 1001 100111010 1000110 1000101

Color Harmonies of #E778CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E778CE

Black with #E778CE

Text Example


Text Example

White with #E778CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E778CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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