#C78EF2

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

Shades of Wisteria #C78EF2

Tints of Wisteria #C78EF2

Color information

#C78EF2 (or 0xC78EF2) is unknown color: approx Wisteria. HEX triplet: C7, 8E and F2. RGB value is (199,142,242). Sum of RGB (Red+Green+Blue) = 199+142+242=583 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.13% from 583); Green value is 142 (55.86% from 255 or 24.36% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #C78EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78EF2 is #38710D. Grayscale: #AAAAAA. Windows color (decimal): -3698958 or 15896263. OLE color: 15896263.

HSL color Cylindrical-coordinate representation of color #C78EF2: hue angle of 274.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C78EF2 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199142242-
CMYK0.180.4100.05
HSL274.2º79.37%75.29%-
HSV(B)274.2º41.32%94.9%-
XYZ49.2537.988.72-
YUV170.44168.38148.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.13%
GREEN value IS 142 (55.86% from 255) = 24.36%
BLUE value IS 242 (94.92% from 255) = 41.51%
R=34.13%
G=24.36%
B=41.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991422420.180.4100.05274.279.3775.29
HexC78EF21229051124f4b
Octal307216362225105422117113
Binary11000111100011101111001010010101001010110001001010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78EF2; }

 p { color: rgb(199,142,242); }

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

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

 a { background-color: rgb(199,142,242); }

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

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

 span { border-color: rgb(199,142,242); }

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