#E778CC

Color #E778CC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E778CC

Tints of Orchid #E778CC

Color information

#E778CC (or 0xE778CC) is unknown color: approx 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

RGB231120204-
CMYK00.480.120.09
HSL314.59º69.81%68.82%-
HSV(B)314.59º48.05%90.59%-
XYZ50.5734.7861.17-
YUV162.77151.27176.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112020400.480.120.09314.5969.8168.82
HexE778CC030C913b4645
Octal3471703140601411473106105
Binary1110011111110001100110001100001100100110011101110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>