#C396E9

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

Shades of Wisteria #C396E9

Tints of Wisteria #C396E9

Color information

#C396E9 (or 0xC396E9) is unknown color: approx Wisteria. HEX triplet: C3, 96 and E9. RGB value is (195,150,233). Sum of RGB (Red+Green+Blue) = 195+150+233=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #C396E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C396E9 is #3C6916. Grayscale: #ACACAC. Windows color (decimal): -3959063 or 15308483. OLE color: 15308483.

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

Color convert

RGB195150233-
CMYK0.160.3600.09
HSL272.53º65.35%75.1%-
HSV(B)272.53º35.62%91.37%-
XYZ48.1239.382.14-
YUV172.92161.91143.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.74%
GREEN value IS 150 (58.98% from 255) = 25.95%
BLUE value IS 233 (91.41% from 255) = 40.31%
R=33.74%
G=25.95%
B=40.31%

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
Decimal1951502330.160.3600.09272.5365.3575.1
HexC396E9102409111414b
Octal3032263512044011421101113
Binary110000111001011011101001100001001000100110001000110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C396E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C396E9; }

 p { color: rgb(195,150,233); }

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

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

 a { background-color: rgb(195,150,233); }

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

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

 span { border-color: rgb(195,150,233); }

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