#C492EF

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

Shades of Wisteria #C492EF

Tints of Wisteria #C492EF

Color information

#C492EF (or 0xC492EF) is unknown color: approx Wisteria. HEX triplet: C4, 92 and EF. RGB value is (196,146,239). Sum of RGB (Red+Green+Blue) = 196+146+239=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #C492EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C492EF is #3B6D10. Grayscale: #ABABAB. Windows color (decimal): -3894545 or 15700676. OLE color: 15700676.

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

Color convert

RGB196146239-
CMYK0.180.3900.06
HSL272.26º74.4%75.49%-
HSV(B)272.26º38.91%93.73%-
XYZ48.6238.5386.53-
YUV171.55166.06145.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.73%
GREEN value IS 146 (57.42% from 255) = 25.13%
BLUE value IS 239 (93.75% from 255) = 41.14%
R=33.73%
G=25.13%
B=41.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1961462390.180.3900.06272.2674.475.49
HexC492EF1227061104a4b
Octal304222357224706420112113
Binary11000100100100101110111110010100111011010001000010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492EF; }

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

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

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

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

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

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

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

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