#C495F3

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

Shades of Wisteria #C495F3

Tints of Wisteria #C495F3

Color information

#C495F3 (or 0xC495F3) is unknown color: approx Wisteria. HEX triplet: C4, 95 and F3. RGB value is (196,149,243). Sum of RGB (Red+Green+Blue) = 196+149+243=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #C495F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495F3 is #3B6A0C. Grayscale: #ADADAD. Windows color (decimal): -3893773 or 15963588. OLE color: 15963588.

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

Color convert

RGB196149243-
CMYK0.190.3900.05
HSL270º79.66%76.86%-
HSV(B)270º38.68%95.29%-
XYZ49.6939.789.84-
YUV173.77167.07143.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 243 (95.31% from 255) = 41.33%
R=33.33%
G=25.34%
B=41.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1961492430.190.3900.0527079.6676.86
HexC495F313270510e504d
Octal304225363234705416120115
Binary11000100100101011111001110011100111010110000111010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495F3; }

 p { color: rgb(196,149,243); }

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

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

 a { background-color: rgb(196,149,243); }

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

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

 span { border-color: rgb(196,149,243); }

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