#c196e8

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

Shades of Wisteria #C196E8

Tints of Wisteria #C196E8

Color information

#C196E8 (or 0xC196E8) is unknown color: approx Wisteria. HEX triplet: C1, 96 and E8. RGB value is (193,150,232). Sum of RGB (Red+Green+Blue) = 193+150+232=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #C196E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196E8 is #3E6917. Grayscale: #ABABAB. Windows color (decimal): -4090136 or 15242945. OLE color: 15242945.

HSL color Cylindrical-coordinate representation of color #C196E8: hue angle of 271.46º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C196E8 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB193150232-
CMYK0.170.3500.09
HSL271.46º64.06%74.9%-
HSV(B)271.46º35.34%90.98%-
XYZ47.4638.9881.37-
YUV172.2161.75142.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.57%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 232 (91.02% from 255) = 40.35%
R=33.57%
G=26.09%
B=40.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1931502320.170.3500.09271.4664.0674.9
HexC196E811230910f404b
Octal3012263502143011417100113
Binary110000011001011011101000100011000110100110000111110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c196e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c196e8; }

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

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

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

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

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

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

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

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