#C496F1

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

Shades of Wisteria #C496F1

Tints of Wisteria #C496F1

Color information

#C496F1 (or 0xC496F1) is unknown color: approx Wisteria. HEX triplet: C4, 96 and F1. RGB value is (196,150,241). Sum of RGB (Red+Green+Blue) = 196+150+241=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #C496F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496F1 is #3B690E. Grayscale: #ADADAD. Windows color (decimal): -3893519 or 15832772. OLE color: 15832772.

HSL color Cylindrical-coordinate representation of color #C496F1: hue angle of 270.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C496F1 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB196150241-
CMYK0.190.3800.05
HSL270.33º76.47%76.67%-
HSV(B)270.33º37.76%94.51%-
XYZ49.5539.988.31-
YUV174.13165.74143.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 150 (58.98% from 255) = 25.55%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=33.39%
G=25.55%
B=41.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961502410.190.3800.05270.3376.4776.67
HexC496F113260510e4c4d
Octal304226361234605416114115
Binary11000100100101101111000110011100110010110000111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C496F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C496F1; }

 p { color: rgb(196,150,241); }

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

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

 a { background-color: rgb(196,150,241); }

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

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

 span { border-color: rgb(196,150,241); }

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