#C397E0

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

Shades of Wisteria #C397E0

Tints of Wisteria #C397E0

Color information

#C397E0 (or 0xC397E0) is unknown color: approx Wisteria. HEX triplet: C3, 97 and E0. RGB value is (195,151,224). Sum of RGB (Red+Green+Blue) = 195+151+224=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #C397E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397E0 is #3C681F. Grayscale: #ACACAC. Windows color (decimal): -3958816 or 14718915. OLE color: 14718915.

HSL color Cylindrical-coordinate representation of color #C397E0: hue angle of 276.16º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C397E0 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB195151224-
CMYK0.130.3300.12
HSL276.16º54.07%73.53%-
HSV(B)276.16º32.59%87.84%-
XYZ47.0339.1275.59-
YUV172.48157.08144.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.21%
GREEN value IS 151 (59.38% from 255) = 26.49%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=34.21%
G=26.49%
B=39.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1951512240.130.3300.12276.1654.0773.53
HexC397E0D210C114364a
Octal303227340154101442466112
Binary1100001110010111111000001101100001011001000101001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C397E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C397E0; }

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

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

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

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

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

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

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

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