#E778CD

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

Shades of Orchid #E778CD

Tints of Orchid #E778CD

Color information

#E778CD (or 0xE778CD) is unknown color: approx Orchid. HEX triplet: E7, 78 and CD. RGB value is (231,120,205). Sum of RGB (Red+Green+Blue) = 231+120+205=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E778CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778CD is #188732. Grayscale: #A2A2A2. Windows color (decimal): -1607475 or 13465831. OLE color: 13465831.

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

Color convert

RGB231120205-
CMYK00.480.110.09
HSL314.05º69.81%68.82%-
HSV(B)314.05º48.05%90.59%-
XYZ50.6934.8361.81-
YUV162.88151.77176.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.55%
GREEN value IS 120 (47.27% from 255) = 21.58%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=41.55%
G=21.58%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112020500.480.110.09314.0569.8168.82
HexE778CD030B913a4645
Octal3471703150601311472106105
Binary1110011111110001100110101100001011100110011101010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778CD; }

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

 H1.HeaderClassName
 {
   color: #E778CD;
 }
 .AnyTagClassName
 {
   color: #E778CD;
 }
</style>
background-color css

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

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

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

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

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

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