#C497EC

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

Shades of Wisteria #C497EC

Tints of Wisteria #C497EC

Color information

#C497EC (or 0xC497EC) is unknown color: approx Wisteria. HEX triplet: C4, 97 and EC. RGB value is (196,151,236). Sum of RGB (Red+Green+Blue) = 196+151+236=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #C497EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C497EC is #3B6813. Grayscale: #ADADAD. Windows color (decimal): -3893268 or 15505348. OLE color: 15505348.

HSL color Cylindrical-coordinate representation of color #C497EC: hue angle of 271.76º degrees, saturation: 0.69, 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 #C497EC is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196151236-
CMYK0.170.3600.07
HSL271.76º69.11%75.88%-
HSV(B)271.76º36.02%92.55%-
XYZ48.9739.9384.48-
YUV174.14162.91143.59-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.62%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=33.62%
G=25.90%
B=40.48%

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
Decimal1961512360.170.3600.07271.7669.1175.88
HexC497EC112407110454c
Octal304227354214407420105114
Binary11000100100101111110110010001100100011110001000010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C497EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C497EC; }

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

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

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

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

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

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

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

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