#C397D9

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

Shades of Wisteria #C397D9

Tints of Wisteria #C397D9

Color information

#C397D9 (or 0xC397D9) is unknown color: approx Wisteria. HEX triplet: C3, 97 and D9. RGB value is (195,151,217). Sum of RGB (Red+Green+Blue) = 195+151+217=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #C397D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397D9 is #3C6826. Grayscale: #ABABAB. Windows color (decimal): -3958823 or 14260163. OLE color: 14260163.

HSL color Cylindrical-coordinate representation of color #C397D9: hue angle of 280º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C397D9 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195151217-
CMYK0.100.3000.15
HSL280º46.48%72.16%-
HSV(B)280º30.41%85.1%-
XYZ46.138.7570.69-
YUV171.68153.58144.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.64%
GREEN value IS 151 (59.38% from 255) = 26.82%
BLUE value IS 217 (85.16% from 255) = 38.54%
R=34.64%
G=26.82%
B=38.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951512170.100.3000.1528046.4872.16
HexC397D9A1E0F1182e48
Octal303227331123601743056110
Binary110000111001011111011001101011110011111000110001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C397D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C397D9; }

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

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

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

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

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

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

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

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