#C494EF

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

Shades of Wisteria #C494EF

Tints of Wisteria #C494EF

Color information

#C494EF (or 0xC494EF) is unknown color: approx Wisteria. HEX triplet: C4, 94 and EF. RGB value is (196,148,239). Sum of RGB (Red+Green+Blue) = 196+148+239=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #C494EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C494EF is #3B6B10. Grayscale: #ACACAC. Windows color (decimal): -3894033 or 15701188. OLE color: 15701188.

HSL color Cylindrical-coordinate representation of color #C494EF: hue angle of 271.65º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C494EF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB196148239-
CMYK0.180.3800.06
HSL271.65º73.98%75.88%-
HSV(B)271.65º38.08%93.73%-
XYZ48.9339.1586.64-
YUV172.73165.4144.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.62%
GREEN value IS 148 (58.20% from 255) = 25.39%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=33.62%
G=25.39%
B=40.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961482390.180.3800.06271.6573.9875.88
HexC494EF1226061104a4c
Octal304224357224606420112114
Binary11000100100101001110111110010100110011010001000010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494EF; }

 p { color: rgb(196,148,239); }

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

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

 a { background-color: rgb(196,148,239); }

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

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

 span { border-color: rgb(196,148,239); }

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