#C394E7

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

Shades of Wisteria #C394E7

Tints of Wisteria #C394E7

Color information

#C394E7 (or 0xC394E7) is unknown color: approx Wisteria. HEX triplet: C3, 94 and E7. RGB value is (195,148,231). Sum of RGB (Red+Green+Blue) = 195+148+231=574 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.97% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #C394E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394E7 is #3C6B18. Grayscale: #ABABAB. Windows color (decimal): -3959577 or 15176899. OLE color: 15176899.

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

Color convert

RGB195148231-
CMYK0.160.3600.09
HSL273.98º63.36%74.31%-
HSV(B)273.98º35.93%90.59%-
XYZ47.5238.5580.54-
YUV171.52161.57144.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.97%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 231 (90.62% from 255) = 40.24%
R=33.97%
G=25.78%
B=40.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1951482310.160.3600.09273.9863.3674.31
HexC394E71024091123f4a
Octal303224347204401142277112
Binary11000011100101001110011110000100100010011000100101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394E7; }

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

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

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

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

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

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

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

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