#C397EB

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

Shades of Wisteria #C397EB

Tints of Wisteria #C397EB

Color information

#C397EB (or 0xC397EB) is unknown color: approx Wisteria. HEX triplet: C3, 97 and EB. RGB value is (195,151,235). Sum of RGB (Red+Green+Blue) = 195+151+235=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #C397EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C397EB is #3C6814. Grayscale: #ADADAD. Windows color (decimal): -3958805 or 15439811. OLE color: 15439811.

HSL color Cylindrical-coordinate representation of color #C397EB: hue angle of 271.43º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C397EB is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195151235-
CMYK0.170.3600.08
HSL271.43º67.74%75.69%-
HSV(B)271.43º35.74%92.16%-
XYZ48.5739.7383.71-
YUV173.73162.58143.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.56%
GREEN value IS 151 (59.38% from 255) = 25.99%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=33.56%
G=25.99%
B=40.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951512350.170.3600.08271.4367.7475.69
HexC397EB11240810f444c
Octal3032273532144010417104114
Binary110000111001011111101011100011001000100010000111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C397EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C397EB; }

 p { color: rgb(195,151,235); }

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

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

 a { background-color: rgb(195,151,235); }

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

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

 span { border-color: rgb(195,151,235); }

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