#C397ED

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

Shades of Wisteria #C397ED

Tints of Wisteria #C397ED

Color information

#C397ED (or 0xC397ED) is unknown color: approx Wisteria. HEX triplet: C3, 97 and ED. RGB value is (195,151,237). Sum of RGB (Red+Green+Blue) = 195+151+237=583 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.45% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #C397ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C397ED is #3C6812. Grayscale: #ADADAD. Windows color (decimal): -3958803 or 15570883. OLE color: 15570883.

HSL color Cylindrical-coordinate representation of color #C397ED: hue angle of 270.7º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C397ED is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195151237-
CMYK0.180.3600.07
HSL270.7º70.49%76.08%-
HSV(B)270.7º36.29%92.94%-
XYZ48.8639.8585.24-
YUV173.96163.58143.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.45%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=33.45%
G=25.90%
B=40.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951512370.180.3600.07270.770.4976.08
HexC397ED12240710f464c
Octal303227355224407417106114
Binary11000011100101111110110110010100100011110000111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C397ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C397ED; }

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

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

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

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

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

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

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

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