#c495ed

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

Shades of Wisteria #C495ED

Tints of Wisteria #C495ED

Color information

#C495ED (or 0xC495ED) is unknown color: approx Wisteria. HEX triplet: C4, 95 and ED. RGB value is (196,149,237). Sum of RGB (Red+Green+Blue) = 196+149+237=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #C495ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495ED is #3B6A12. Grayscale: #ACACAC. Windows color (decimal): -3893779 or 15570372. OLE color: 15570372.

HSL color Cylindrical-coordinate representation of color #C495ED: hue angle of 272.05º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C495ED is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196149237-
CMYK0.170.3700.07
HSL272.05º70.97%75.69%-
HSV(B)272.05º37.13%92.94%-
XYZ48.839.3585.14-
YUV173.08164.07144.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.68%
GREEN value IS 149 (58.59% from 255) = 25.60%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=33.68%
G=25.60%
B=40.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961492370.170.3700.07272.0570.9775.69
HexC495ED112507110474c
Octal304225355214507420107114
Binary11000100100101011110110110001100101011110001000010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c495ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c495ed; }

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

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

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

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

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

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

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

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