#c391e6

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

Shades of Wisteria #C391E6

Tints of Wisteria #C391E6

Color information

#C391E6 (or 0xC391E6) is unknown color: approx Wisteria. HEX triplet: C3, 91 and E6. RGB value is (195,145,230). Sum of RGB (Red+Green+Blue) = 195+145+230=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #C391E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C391E6 is #3C6E19. Grayscale: #A9A9A9. Windows color (decimal): -3960346 or 15110595. OLE color: 15110595.

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

Color convert

RGB195145230-
CMYK0.150.3700.10
HSL275.29º62.96%73.53%-
HSV(B)275.29º36.96%90.2%-
XYZ46.9137.5779.64-
YUV169.64162.06146.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 230 (90.23% from 255) = 40.35%
R=34.21%
G=25.44%
B=40.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1951452300.150.3700.10275.2962.9673.53
HexC391E6F250A1133f4a
Octal303221346174501242377112
Binary1100001110010001111001101111100101010101000100111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c391e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c391e6; }

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

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

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

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

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

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

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

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