#C397D0

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

Shades of Wisteria #C397D0

Tints of Wisteria #C397D0

Color information

#C397D0 (or 0xC397D0) is unknown color: approx Wisteria. HEX triplet: C3, 97 and D0. RGB value is (195,151,208). Sum of RGB (Red+Green+Blue) = 195+151+208=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 151 (59.38% from 255 or 27.26% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #C397D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397D0 is #3C682F. Grayscale: #AAAAAA. Windows color (decimal): -3958832 or 13670339. OLE color: 13670339.

HSL color Cylindrical-coordinate representation of color #C397D0: hue angle of 286.32º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C397D0 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195151208-
CMYK0.060.2700.18
HSL286.32º37.75%70.39%-
HSV(B)286.32º27.4%81.57%-
XYZ44.9638.2964.7-
YUV170.65149.08145.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.20%
GREEN value IS 151 (59.38% from 255) = 27.26%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=35.20%
G=27.26%
B=37.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951512080.060.2700.18286.3237.7570.39
HexC397D061B01211e2646
Octal30322732063302243646106
Binary110000111001011111010000110110110100101000111101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C397D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C397D0; }

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

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

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

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

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

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

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

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