#C196D8

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

Shades of Wisteria #C196D8

Tints of Wisteria #C196D8

Color information

#C196D8 (or 0xC196D8) is unknown color: approx Wisteria. HEX triplet: C1, 96 and D8. RGB value is (193,150,216). Sum of RGB (Red+Green+Blue) = 193+150+216=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #C196D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196D8 is #3E6927. Grayscale: #AAAAAA. Windows color (decimal): -4090152 or 14194369. OLE color: 14194369.

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

Color convert

RGB193150216-
CMYK0.110.3100.15
HSL279.09º45.83%71.76%-
HSV(B)279.09º30.56%84.71%-
XYZ45.2938.1169.93-
YUV170.38153.75144.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 150 (58.98% from 255) = 26.83%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=34.53%
G=26.83%
B=38.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1931502160.110.3100.15279.0945.8371.76
HexC196D8B1F0F1172e48
Octal301226330133701742756110
Binary110000011001011011011000101111111011111000101111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196D8; }

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

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

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

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

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

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

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

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