#C296EC

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

Shades of Wisteria #C296EC

Tints of Wisteria #C296EC

Color information

#C296EC (or 0xC296EC) is unknown color: approx Wisteria. HEX triplet: C2, 96 and EC. RGB value is (194,150,236). Sum of RGB (Red+Green+Blue) = 194+150+236=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #C296EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C296EC is #3D6913. Grayscale: #ACACAC. Windows color (decimal): -4024596 or 15505090. OLE color: 15505090.

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

Color convert

RGB194150236-
CMYK0.180.3600.07
HSL270.7º69.35%75.69%-
HSV(B)270.7º36.44%92.55%-
XYZ48.2939.3484.4-
YUV172.96163.58143.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 150 (58.98% from 255) = 25.86%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=33.45%
G=25.86%
B=40.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941502360.180.3600.07270.769.3575.69
HexC296EC12240710f454c
Octal302226354224407417105114
Binary11000010100101101110110010010100100011110000111110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296EC; }

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

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

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

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

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

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

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

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