Html Css Color HEX #E778CC Orchid

📋 copy color: '#E778CC'

red 231 ◦ green 120 ◦ blue 204

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

Shades of Orchid #E778CC

Tints of Orchid #E778CC

RGB

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

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

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

R = 41.62%
G = 21.62%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E778CC (or 0xE778CC) is known color: Orchid. HEX triplet: E7, 78 and CC. RGB value is (231,120,204). Sum of RGB (Red+Green+Blue) = 231+120+204=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E778CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778CC is #188733. Grayscale: #A2A2A2. Windows color (decimal): -1607476 or 13400295. OLE color: 13400295.

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

Color convert

RGB 231 120 204 -
CMYK 0 0.48 0.12 0.09
HSL 314.59º 0.7% 0.69% -
HSV(B) 314.59º 0.48% 0.91% -
XYZ 50.57 34.78 61.17 -
YUV 162.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 231 120 204 0 0.48 0.12 0.09 314.59 0.7 0.69
Hex E7 78 CC 0 30 C 9 13B 46 45
Octal 347 170 314 0 60 14 11 473 106 105
Binary 11100111 1111000 11001100 0 110000 1100 1001 100111011 1000110 1000101

Color Harmonies of #E778CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E778CC

Black with #E778CC

Text Example


Text Example

White with #E778CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E778CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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