#C494EA

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

Shades of Wisteria #C494EA

Tints of Wisteria #C494EA

Color information

#C494EA (or 0xC494EA) is unknown color: approx Wisteria. HEX triplet: C4, 94 and EA. RGB value is (196,148,234). Sum of RGB (Red+Green+Blue) = 196+148+234=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #C494EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C494EA is #3B6B15. Grayscale: #ABABAB. Windows color (decimal): -3894038 or 15373508. OLE color: 15373508.

HSL color Cylindrical-coordinate representation of color #C494EA: hue angle of 273.49º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C494EA is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB196148234-
CMYK0.160.3700.08
HSL273.49º67.19%74.9%-
HSV(B)273.49º36.75%91.76%-
XYZ48.2138.8682.8-
YUV172.16162.9145.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.91%
GREEN value IS 148 (58.20% from 255) = 25.61%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=33.91%
G=25.61%
B=40.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961482340.160.3700.08273.4967.1974.9
HexC494EA102508111434b
Octal3042243522045010421103113
Binary110001001001010011101010100001001010100010001000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494EA; }

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

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

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

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

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

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

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

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