#c296e2

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

Shades of Wisteria #C296E2

Tints of Wisteria #C296E2

Color information

#C296E2 (or 0xC296E2) is unknown color: approx Wisteria. HEX triplet: C2, 96 and E2. RGB value is (194,150,226). Sum of RGB (Red+Green+Blue) = 194+150+226=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 226 (88.67% from 255 or 39.65% from 570); Max value from RGB is 226 - color contains mainly: blue. Hex color #C296E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296E2 is #3D691D. Grayscale: #ABABAB. Windows color (decimal): -4024606 or 14849730. OLE color: 14849730.

HSL color Cylindrical-coordinate representation of color #C296E2: hue angle of 274.74º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C296E2 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB194150226-
CMYK0.140.3400.11
HSL274.74º56.72%73.73%-
HSV(B)274.74º33.63%88.63%-
XYZ46.8838.7776.96-
YUV171.82158.58143.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 150 (58.98% from 255) = 26.32%
BLUE value IS 226 (88.67% from 255) = 39.65%
R=34.04%
G=26.32%
B=39.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1941502260.140.3400.11274.7456.7273.73
HexC296E2E220B113394a
Octal302226342164201342371112
Binary1100001010010110111000101110100010010111000100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c296e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c296e2; }

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

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

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

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

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

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

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

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