#C296DF

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

Shades of Wisteria #C296DF

Tints of Wisteria #C296DF

Color information

#C296DF (or 0xC296DF) is unknown color: approx Wisteria. HEX triplet: C2, 96 and DF. RGB value is (194,150,223). Sum of RGB (Red+Green+Blue) = 194+150+223=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #C296DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C296DF is #3D6920. Grayscale: #ABABAB. Windows color (decimal): -4024609 or 14653122. OLE color: 14653122.

HSL color Cylindrical-coordinate representation of color #C296DF: hue angle of 276.16º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C296DF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194150223-
CMYK0.130.3300.13
HSL276.16º53.28%73.14%-
HSV(B)276.16º32.74%87.45%-
XYZ46.4738.6174.82-
YUV171.48157.08144.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.22%
GREEN value IS 150 (58.98% from 255) = 26.46%
BLUE value IS 223 (87.5% from 255) = 39.33%
R=34.22%
G=26.46%
B=39.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941502230.130.3300.13276.1653.2873.14
HexC296DFD210D1143549
Octal302226337154101542465111
Binary1100001010010110110111111101100001011011000101001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296DF; }

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

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

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

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

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

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

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

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