#C492EA

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

Shades of Wisteria #C492EA

Tints of Wisteria #C492EA

Color information

#C492EA (or 0xC492EA) is unknown color: approx Wisteria. HEX triplet: C4, 92 and EA. RGB value is (196,146,234). Sum of RGB (Red+Green+Blue) = 196+146+234=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #C492EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C492EA is #3B6D15. Grayscale: #AAAAAA. Windows color (decimal): -3894550 or 15372996. OLE color: 15372996.

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

Color convert

RGB196146234-
CMYK0.160.3800.08
HSL274.09º67.69%74.51%-
HSV(B)274.09º37.61%91.76%-
XYZ47.938.2382.7-
YUV170.98163.56145.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.03%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=34.03%
G=25.35%
B=40.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961462340.160.3800.08274.0967.6974.51
HexC492EA102608112444b
Octal3042223522046010422104113
Binary110001001001001011101010100001001100100010001001010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492EA; }

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

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

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

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

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

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

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

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