#C196D7

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

Shades of Wisteria #C196D7

Tints of Wisteria #C196D7

Color information

#C196D7 (or 0xC196D7) is unknown color: approx Wisteria. HEX triplet: C1, 96 and D7. RGB value is (193,150,215). Sum of RGB (Red+Green+Blue) = 193+150+215=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #C196D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196D7 is #3E6928. Grayscale: #AAAAAA. Windows color (decimal): -4090153 or 14128833. OLE color: 14128833.

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

Color convert

RGB193150215-
CMYK0.100.3000.16
HSL279.69º44.83%71.57%-
HSV(B)279.69º30.23%84.31%-
XYZ45.1638.0669.26-
YUV170.27153.25144.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.59%
GREEN value IS 150 (58.98% from 255) = 26.88%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=34.59%
G=26.88%
B=38.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1931502150.100.3000.16279.6944.8371.57
HexC196D7A1E0101182d48
Octal301226327123602043055110
Binary1100000110010110110101111010111100100001000110001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196D7; }

 p { color: rgb(193,150,215); }

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

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

 a { background-color: rgb(193,150,215); }

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

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

 span { border-color: rgb(193,150,215); }

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