#C296E9

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

Shades of Wisteria #C296E9

Tints of Wisteria #C296E9

Color information

#C296E9 (or 0xC296E9) is unknown color: approx Wisteria. HEX triplet: C2, 96 and E9. RGB value is (194,150,233). Sum of RGB (Red+Green+Blue) = 194+150+233=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #C296E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C296E9 is #3D6916. Grayscale: #ACACAC. Windows color (decimal): -4024599 or 15308482. OLE color: 15308482.

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

Color convert

RGB194150233-
CMYK0.170.3600.09
HSL271.81º65.35%75.1%-
HSV(B)271.81º35.62%91.37%-
XYZ47.8639.1782.13-
YUV172.62162.08143.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.62%
GREEN value IS 150 (58.98% from 255) = 26.00%
BLUE value IS 233 (91.41% from 255) = 40.38%
R=33.62%
G=26.00%
B=40.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1941502330.170.3600.09271.8165.3575.1
HexC296E9112409110414b
Octal3022263512144011420101113
Binary110000101001011011101001100011001000100110001000010000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296E9; }

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

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

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

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

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

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

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

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