#C497ED

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

Shades of Wisteria #C497ED

Tints of Wisteria #C497ED

Color information

#C497ED (or 0xC497ED) is unknown color: approx Wisteria. HEX triplet: C4, 97 and ED. RGB value is (196,151,237). Sum of RGB (Red+Green+Blue) = 196+151+237=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 151 (59.38% from 255 or 25.86% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #C497ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C497ED is #3B6812. Grayscale: #ADADAD. Windows color (decimal): -3893267 or 15570884. OLE color: 15570884.

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

Color convert

RGB196151237-
CMYK0.170.3600.07
HSL271.4º70.49%76.08%-
HSV(B)271.4º36.29%92.94%-
XYZ49.1239.9885.25-
YUV174.26163.41143.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.56%
GREEN value IS 151 (59.38% from 255) = 25.86%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=33.56%
G=25.86%
B=40.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961512370.170.3600.07271.470.4976.08
HexC497ED11240710f464c
Octal304227355214407417106114
Binary11000100100101111110110110001100100011110000111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C497ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C497ED; }

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

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

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

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

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

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

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

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