#C296EB

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

Shades of Wisteria #C296EB

Tints of Wisteria #C296EB

Color information

#C296EB (or 0xC296EB) is unknown color: approx Wisteria. HEX triplet: C2, 96 and EB. RGB value is (194,150,235). Sum of RGB (Red+Green+Blue) = 194+150+235=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #C296EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C296EB is #3D6914. Grayscale: #ACACAC. Windows color (decimal): -4024597 or 15439554. OLE color: 15439554.

HSL color Cylindrical-coordinate representation of color #C296EB: hue angle of 271.06º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C296EB is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194150235-
CMYK0.170.3600.08
HSL271.06º68%75.49%-
HSV(B)271.06º36.17%92.16%-
XYZ48.1539.2883.64-
YUV172.85163.08143.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 150 (58.98% from 255) = 25.91%
BLUE value IS 235 (92.19% from 255) = 40.59%
R=33.51%
G=25.91%
B=40.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941502350.170.3600.08271.066875.49
HexC296EB11240810f444b
Octal3022263532144010417104113
Binary110000101001011011101011100011001000100010000111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296EB; }

 p { color: rgb(194,150,235); }

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

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

 a { background-color: rgb(194,150,235); }

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

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

 span { border-color: rgb(194,150,235); }

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