#C394E6

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

Shades of Wisteria #C394E6

Tints of Wisteria #C394E6

Color information

#C394E6 (or 0xC394E6) is unknown color: approx Wisteria. HEX triplet: C3, 94 and E6. RGB value is (195,148,230). Sum of RGB (Red+Green+Blue) = 195+148+230=573 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.03% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 230 - color contains mainly: blue. Hex color #C394E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394E6 is #3C6B19. Grayscale: #ABABAB. Windows color (decimal): -3959578 or 15111363. OLE color: 15111363.

HSL color Cylindrical-coordinate representation of color #C394E6: hue angle of 274.39º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C394E6 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB195148230-
CMYK0.150.3600.10
HSL274.39º62.12%74.12%-
HSV(B)274.39º35.65%90.2%-
XYZ47.3838.579.8-
YUV171.4161.07144.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.03%
GREEN value IS 148 (58.20% from 255) = 25.83%
BLUE value IS 230 (90.23% from 255) = 40.14%
R=34.03%
G=25.83%
B=40.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1951482300.150.3600.10274.3962.1274.12
HexC394E6F240A1123e4a
Octal303224346174401242276112
Binary1100001110010100111001101111100100010101000100101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394E6; }

 p { color: rgb(195,148,230); }

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

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

 a { background-color: rgb(195,148,230); }

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

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

 span { border-color: rgb(195,148,230); }

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