#C295EC

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

Shades of Wisteria #C295EC

Tints of Wisteria #C295EC

Color information

#C295EC (or 0xC295EC) is unknown color: approx Wisteria. HEX triplet: C2, 95 and EC. RGB value is (194,149,236). Sum of RGB (Red+Green+Blue) = 194+149+236=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #C295EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295EC is #3D6A13. Grayscale: #ACACAC. Windows color (decimal): -4024852 or 15504834. OLE color: 15504834.

HSL color Cylindrical-coordinate representation of color #C295EC: hue angle of 271.03º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C295EC is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194149236-
CMYK0.180.3700.07
HSL271.03º69.6%75.49%-
HSV(B)271.03º36.86%92.55%-
XYZ48.1439.0284.35-
YUV172.37163.91143.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.51%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=33.51%
G=25.73%
B=40.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941492360.180.3700.07271.0369.675.49
HexC295EC12250710f464b
Octal302225354224507417106113
Binary11000010100101011110110010010100101011110000111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295EC; }

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

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

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

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

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

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

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

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