#C390EC

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

Shades of Wisteria #C390EC

Tints of Wisteria #C390EC

Color information

#C390EC (or 0xC390EC) is unknown color: approx Wisteria. HEX triplet: C3, 90 and EC. RGB value is (195,144,236). Sum of RGB (Red+Green+Blue) = 195+144+236=575 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.91% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #C390EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C390EC is #3C6F13. Grayscale: #A9A9A9. Windows color (decimal): -3960596 or 15503555. OLE color: 15503555.

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

Color convert

RGB195144236-
CMYK0.170.3900.07
HSL273.26º70.77%74.51%-
HSV(B)273.26º38.98%92.55%-
XYZ47.6237.684.11-
YUV169.74165.4146.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.91%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=33.91%
G=25.04%
B=41.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951442360.170.3900.07273.2670.7774.51
HexC390EC112707111474b
Octal303220354214707421107113
Binary11000011100100001110110010001100111011110001000110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390EC; }

 p { color: rgb(195,144,236); }

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

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

 a { background-color: rgb(195,144,236); }

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

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

 span { border-color: rgb(195,144,236); }

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